[X86] Add XSAVE intrinsic family
[oota-llvm.git] / test / CodeGen / X86 / widen_cast-5.ll
index 92618d6fe157e90f095b9d347931f3c59ea54dbd..4e9d2dfdb5deb1aa4397b57627147ecd8dc153ec 100644 (file)
@@ -1,7 +1,8 @@
-; RUN: llc < %s -march=x86 -mattr=+sse42 -disable-mmx -o %t
+; RUN: llc < %s -march=x86 -mattr=+sse4.2 | FileCheck %s
+; CHECK: movl
+; 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>