blob: aaa3184cf391324ca08cc22fe34caf9d0e1fe9f1 [file] [log] [blame]
Nick Lewycky1bd15702011-06-20 18:33:26 +00001; RUN: llc < %s -march=x86-64 | grep movq | count 1
Dan Gohman36a09472009-09-08 23:54:48 +00002; RUN: llc < %s -march=x86-64 | grep {movlhps.*%xmm0, %xmm0}
Chris Lattnerf3ba4342008-03-08 23:43:36 +00003
Evan Cheng687bcb22008-05-07 22:59:08 +00004define <2 x i64> @test3(i64 %A) nounwind {
Chris Lattnerf3ba4342008-03-08 23:43:36 +00005entry:
6 %B = insertelement <2 x i64> undef, i64 %A, i32 1
7 ret <2 x i64> %B
8}
9