In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git] / test / CodeGen / X86 / vec_set-C.ll
blobfc86853e10fd2de3a7dfe79cbfcffc611c026fe2
1 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movq
2 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep mov | count 1
3 ; RUN: llvm-as < %s | llc -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
7         ret <2 x i64> %tmp8