1 ; RUN: llc < %s -march=x86-64 | not grep movsd
2 ; RUN: llc < %s -march=x86-64 | grep {movd.*%rdi,.*%xmm0}
4 define <2 x i64> @test(i64 %i) nounwind {
6 %tmp10 = insertelement <2 x i64> undef, i64 %i, i32 0
7 %tmp11 = insertelement <2 x i64> %tmp10, i64 0, i32 1