AVX-512: Fixed a bug in comparison of i1 vectors.
[oota-llvm.git] / test / CodeGen / X86 / stride-nine-with-base-reg.ll
index 0190f1dc98eab68ddce6b509c0eededf4f17aef1..551bd7c2541e0d9cbea6783080484f2aa6b16832 100644 (file)
@@ -18,7 +18,7 @@ entry:
 bb:
        %i.019.0 = phi i32 [ %indvar.next, %bb ], [ 0, %entry ]
        %tmp2 = getelementptr [1000 x i8], [1000 x i8]* @B, i32 0, i32 %i.019.0
-       %tmp3 = load i8* %tmp2, align 4
+       %tmp3 = load i8, i8* %tmp2, align 4
        %tmp4 = mul i8 %tmp3, 2
        %tmp5 = getelementptr [1000 x i8], [1000 x i8]* @A, i32 0, i32 %i.019.0
        store i8 %tmp4, i8* %tmp5, align 4