Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / CodeGen / Mips / vector-setcc.ll
index aeff4918c8bbbd96d0f2004caeaa15e3c9101f1d..64b84e40513ebc575e10b61c7be1a74a21f09c52 100644 (file)
@@ -6,8 +6,8 @@
 
 define void @foo0() nounwind {
 entry:
-  %0 = load <4 x i32>* @a, align 16
-  %1 = load <4 x i32>* @b, align 16
+  %0 = load <4 x i32>, <4 x i32>* @a, align 16
+  %1 = load <4 x i32>, <4 x i32>* @b, align 16
   %cmp = icmp slt <4 x i32> %0, %1
   %sext = sext <4 x i1> %cmp to <4 x i32>
   store <4 x i32> %sext, <4 x i32>* @g0, align 16