blob: 7636ac3b374155e8d426c1d9483170fc7a9035be [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; 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
Evan Cheng40ee6e52008-05-08 00:57:18 +00004
5define <2 x i64> @t1(i64 %x) nounwind {
6 %tmp8 = insertelement <2 x i64> zeroinitializer, i64 %x, i32 0
7 ret <2 x i64> %tmp8
8}