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
[mlir] fix crash when scf utils work on llvm.func (#120688)
[llvm-project.git]
/
llvm
/
test
/
Other
/
2004-08-16-PackedConstantInlineStore.ll
blob
f26f1d81a266785137fea34ad7e725cd2460ad2f
1
; RUN: llvm-as < %s | llvm-dis
2
@bar = external global <2 x i32> ; <ptr> [#uses=1]
3
4
define void @main() {
5
store <2 x i32> < i32 0, i32 1 >, ptr @bar
6
ret void
7
}
8