repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs in register stack pass.
[llvm/zpu.git]
/
test
/
CodeGen
/
X86
/
vec_set-A.ll
blob
f05eecf8c3aed91e8d3c393693374cc66df97b20
1
; RUN: llc < %s -march=x86 -mattr=+sse2 | grep {movl.*\$1, %}
2
define <2 x i64> @test1() nounwind {
3
entry:
4
ret <2 x i64> < i64 1, i64 0 >
5
}
6