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
/
2007-04-20-AlignedStore.ll
blob
7571df3c28bdae88442ca6adb825129a0d02228c
1
; RUN: llvm-as < %s | llvm-dis | grep "align 1024"
2
; RUN: verify-uselistorder %s
3
4
define void @test(ptr %arg) {
5
entry:
6
store i32 0, ptr %arg, align 1024
7
ret void
8
}