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