Chris Lattner | 9f0705c | 2008-03-08 23:43:36 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-as < %s | llc -march=x86-64 | grep movd | count 1 |
2 | |||||
3 | define <2 x i64> @test3(i64 %A) { | ||||
4 | entry: | ||||
5 | %B = insertelement <2 x i64> undef, i64 %A, i32 1 | ||||
6 | ret <2 x i64> %B | ||||
7 | } | ||||
8 |