Dan Gohman | 0a06310 | 2009-09-08 23:54:48 +0000 | [diff] [blame^] | 1 | ; RUN: llc < %s -march=x86-64 | grep movd | count 1 |
2 | ; RUN: llc < %s -march=x86-64 | grep {movlhps.*%xmm0, %xmm0} | ||||
Chris Lattner | 9f0705c | 2008-03-08 23:43:36 +0000 | [diff] [blame] | 3 | |
Evan Cheng | 18950d9 | 2008-05-07 22:59:08 +0000 | [diff] [blame] | 4 | define <2 x i64> @test3(i64 %A) nounwind { |
Chris Lattner | 9f0705c | 2008-03-08 23:43:36 +0000 | [diff] [blame] | 5 | entry: |
6 | %B = insertelement <2 x i64> undef, i64 %A, i32 1 | ||||
7 | ret <2 x i64> %B | ||||
8 | } | ||||
9 |