AVX-512: Implemented cvtsi2ss/d cvtusi2ss/d instructions with round control for KNL.
[oota-llvm.git] / test / CodeGen / X86 / fold-pcmpeqd-2.ll
index 60a6844b39b2b6cc109c4ab0e961fe00e0b53d84..d95c6323de4ee01a2017eefef658e4ac413cb198 100644 (file)
@@ -20,7 +20,7 @@
 
 define void @program_1(%struct._image2d_t* %dest, %struct._image2d_t* %t0, <4 x float> %p0, <4 x float> %p1, <4 x float> %p4, <4 x float> %p5, <4 x float> %p6) nounwind {
 entry:
-       %tmp3.i = load i32* null                ; <i32> [#uses=1]
+       %tmp3.i = load i32, i32* null           ; <i32> [#uses=1]
        %cmp = icmp slt i32 0, %tmp3.i          ; <i1> [#uses=1]
        br i1 %cmp, label %forcond, label %ifthen
 
@@ -28,7 +28,7 @@ ifthen:               ; preds = %entry
        ret void
 
 forcond:               ; preds = %entry
-       %tmp3.i536 = load i32* null             ; <i32> [#uses=1]
+       %tmp3.i536 = load i32, i32* null                ; <i32> [#uses=1]
        %cmp12 = icmp slt i32 0, %tmp3.i536             ; <i1> [#uses=1]
        br i1 %cmp12, label %forbody, label %afterfor