Dan Gohman | 0a06310 | 2009-09-08 23:54:48 +0000 | [diff] [blame] | 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 | ||||
Evan Cheng | 40ee6e5 | 2008-05-08 00:57:18 +0000 | [diff] [blame] | 4 | |
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 | ||||
8 | } |