Fixed some bugs in register stack pass.
[llvm/zpu.git] / test / CodeGen / X86 / vec_set-C.ll
blob7636ac3b374155e8d426c1d9483170fc7a9035be
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
7         ret <2 x i64> %tmp8