CodeGen peephole: fold redundant phys reg copies
[oota-llvm.git] / test / CodeGen / X86 / widen_cast-5.ll
index d1d7fecbd275d63b3405a2e7e5b5becf877f1532..4e9d2dfdb5deb1aa4397b57627147ecd8dc153ec 100644 (file)
@@ -1,9 +1,8 @@
-; RUN: llc < %s -march=x86 -mattr=+sse42 -disable-mmx | FileCheck %s
+; RUN: llc < %s -march=x86 -mattr=+sse4.2 | FileCheck %s
 ; CHECK: movl
-; CHECK: movd
+; CHECK: movq
 
 ; 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>