When ext-loading and trunc-storing vectors to memory, on x86 32bit systems, allow...
[oota-llvm.git] / test / CodeGen / X86 / widen_cast-5.ll
index 136578df1e8e88eeb92ebf34d39d91b7faaeb24a..9086d3a9cfd2d6c33b75862a2395e939451b9e38 100644 (file)
@@ -1,9 +1,8 @@
 ; RUN: llc < %s -march=x86 -mattr=+sse42 | FileCheck %s
 ; CHECK: movl
-; CHECK: movd
+; CHECK: movlpd
 
 ; bitcast a i64 to v2i32
-
 define void @convert(<2 x i32>* %dst.addr, i64 %src) nounwind {
 entry:
        %conv = bitcast i64 %src to <2 x i32>