Sign in
swiftshader
/
SwiftShader
/
e2b43f0084b33b2e2d64f82d2fb59a3efc74d1c3
/
.
/
src
/
LLVM
/
test
/
CodeGen
/
X86
/
vec_set-A.ll
blob: 92dda4c11b880e0d0ac3c31e5fd5273e2a12a809 [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s
; CHECK: movl $1, %{{.*}}
define
<
2
x
i64
>
@test1
()
nounwind
{
entry
:
ret
<
2
x
i64
>
<
i64
1
,
i64
0
>
}