repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
PowerPC
/
i128-and-beyond.ll
blob
073a943ee10980d1a23dbfd494f627974ec43891
1
; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep 4294967295 | count 28
2
3
; These static initializers are too big to hand off to assemblers
4
; as monolithic blobs.
5
6
@x = global i128 -1
7
@y = global i256 -1
8
@z = global i512 -1