blob: eef9a61ab949c3a5395a21d9845aa53a9460549e [file] [log] [blame]
Evan Cheng40ee6e52008-05-08 00:57:18 +00001; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movq
2; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse2 | grep movd
3
4define <2 x i64> @t1(i64 %x) nounwind {
5 %tmp8 = insertelement <2 x i64> zeroinitializer, i64 %x, i32 0
6 ret <2 x i64> %tmp8
7}