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
IR: de-duplicate two CmpInst routines (NFC) (#116866)
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
align-inst-load.ll
blob
c057e547b1027e8aca1dd6c8d16945db80c907dd
1
; RUN: not llvm-as %s -o /dev/null 2>/dev/null
2
3
define void @foo(ptr %p) {
4
load i1, ptr %p, align 8589934592
5
ret void
6
}