[X86] Add XSAVE intrinsic family
[oota-llvm.git] / test / CodeGen / X86 / widen_cast-5.ll
index 136578df1e8e88eeb92ebf34d39d91b7faaeb24a..4e9d2dfdb5deb1aa4397b57627147ecd8dc153ec 100644 (file)
@@ -1,9 +1,8 @@
-; RUN: llc < %s -march=x86 -mattr=+sse42 | 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>