aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_set-A.ll
blob: d161d683a6f8f8181c682626f3cba00417168388 (plain)
1
2
3
4
5
6
; RUN: llvm-as < %s | llc -march=x86 | grep {movl.*\$1, %}
define <2 x i64> @test1() {
entry:
	ret <2 x i64> < i64 1, i64 0 >
}