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
[MachineOutliner] Refactor iterating over Candidate's instructions (#78972)
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
align-inst-store.ll
blob
e715485a4ade778b1731baf2733786c527ad10d2
1
; RUN: not llvm-as %s -o /dev/null 2>/dev/null
2
3
define void @foo(ptr %p) {
4
store i1 false, ptr %p, align 8589934592
5
ret void
6
}