blob: 9697f1186d4510c7ce70f1c1984c0e68db556ad7 [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86-64 | not grep movsd
2; RUN: llc < %s -march=x86-64 | grep {movd.*%rdi,.*%xmm0}
Chris Lattner7017e5c2007-12-29 19:31:47 +00003
4define <2 x i64> @test(i64 %i) nounwind {
5entry:
6 %tmp10 = insertelement <2 x i64> undef, i64 %i, i32 0
7 %tmp11 = insertelement <2 x i64> %tmp10, i64 0, i32 1
8 ret <2 x i64> %tmp11
9}
10