diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/coalescer-commute4.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/coalescer-commute4.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/coalescer-commute4.ll b/llvm/test/CodeGen/X86/coalescer-commute4.ll index 06e542b91aa..d4af1a62dca 100644 --- a/llvm/test/CodeGen/X86/coalescer-commute4.ll +++ b/llvm/test/CodeGen/X86/coalescer-commute4.ll @@ -14,10 +14,10 @@ bb: ; preds = %bb, %bb.preheader %i.0.reg2mem.0 = phi i32 [ 0, %bb.preheader ], [ %indvar.next, %bb ] ; <i32> [#uses=3] %res.0.reg2mem.0 = phi float [ 0.000000e+00, %bb.preheader ], [ %tmp14, %bb ] ; <float> [#uses=1] %tmp3 = getelementptr i32, i32* %x, i32 %i.0.reg2mem.0 ; <i32*> [#uses=1] - %tmp4 = load i32* %tmp3, align 4 ; <i32> [#uses=1] + %tmp4 = load i32, i32* %tmp3, align 4 ; <i32> [#uses=1] %tmp45 = sitofp i32 %tmp4 to float ; <float> [#uses=1] %tmp8 = getelementptr float, float* %y, i32 %i.0.reg2mem.0 ; <float*> [#uses=1] - %tmp9 = load float* %tmp8, align 4 ; <float> [#uses=1] + %tmp9 = load float, float* %tmp8, align 4 ; <float> [#uses=1] %tmp11 = fmul float %tmp9, %tmp45 ; <float> [#uses=1] %tmp14 = fadd float %tmp11, %res.0.reg2mem.0 ; <float> [#uses=2] %indvar.next = add i32 %i.0.reg2mem.0, 1 ; <i32> [#uses=2] |