[X86][SSE] Vectorize v2i32 to v2f64 conversions
[oota-llvm.git] / test / CodeGen / X86 / fold-vex.ll
index 5a8b1d8cbfdf6f4d6c5d7c1e56f105efbd5aa8a8..006db6effdf631904a7b2953fed78cc8b9baaa8c 100644 (file)
@@ -14,7 +14,7 @@
 ; unless specially configured on some CPUs such as AMD Family 10H.
 
 define <4 x i32> @test1(<4 x i32>* %p0, <4 x i32> %in1) nounwind {
-  %in0 = load <4 x i32>* %p0, align 2
+  %in0 = load <4 x i32>, <4 x i32>* %p0, align 2
   %a = and <4 x i32> %in0, %in1
   ret <4 x i32> %a