1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movq
2 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep mov | count 1
3 ; RUN: llc < %s -march=x86-64 -mattr=+sse2 | grep movd
5 define <2 x i64> @t1(i64 %x) nounwind {
6 %tmp8 = insertelement <2 x i64> zeroinitializer, i64 %x, i32 0