blob: 3656e5f6ca47b1972ef2ab4ea672faf18bdb1100 [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86-64 | grep movd | count 1
2; RUN: llc < %s -march=x86-64 | grep {movlhps.*%xmm0, %xmm0}
Chris Lattner9f0705c2008-03-08 23:43:36 +00003
Evan Cheng18950d92008-05-07 22:59:08 +00004define <2 x i64> @test3(i64 %A) nounwind {
Chris Lattner9f0705c2008-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