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