repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Silence -Wunused-variable in release builds.
[llvm/stm8.git]
/
test
/
CodeGen
/
X86
/
vec_set-A.ll
blob
92dda4c11b880e0d0ac3c31e5fd5273e2a12a809
1
; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s
2
; CHECK: movl $1, %{{.*}}
3
define <2 x i64> @test1() nounwind {
4
entry:
5
ret <2 x i64> < i64 1, i64 0 >
6
}
7