diff options
Diffstat (limited to 'test/CodeGen/AArch64/arm64-early-ifcvt.ll')
-rw-r--r-- | test/CodeGen/AArch64/arm64-early-ifcvt.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CodeGen/AArch64/arm64-early-ifcvt.ll b/test/CodeGen/AArch64/arm64-early-ifcvt.ll index 44150c2..8164f46 100644 --- a/test/CodeGen/AArch64/arm64-early-ifcvt.ll +++ b/test/CodeGen/AArch64/arm64-early-ifcvt.ll @@ -14,8 +14,8 @@ do.body: %min.0 = phi i32 [ 0, %entry ], [ %min.1, %do.cond ] %n.addr.0 = phi i32 [ %n, %entry ], [ %dec, %do.cond ] %p.addr.0 = phi i32* [ %p, %entry ], [ %incdec.ptr, %do.cond ] - %incdec.ptr = getelementptr inbounds i32* %p.addr.0, i64 1 - %0 = load i32* %p.addr.0, align 4 + %incdec.ptr = getelementptr inbounds i32, i32* %p.addr.0, i64 1 + %0 = load i32, i32* %p.addr.0, align 4 %cmp = icmp sgt i32 %0, %max.0 br i1 %cmp, label %do.cond, label %if.else @@ -400,7 +400,7 @@ entry: br label %for.body for.body: - %x0 = load i32* undef, align 4 + %x0 = load i32, i32* undef, align 4 br i1 undef, label %if.then.i146, label %is_sbox.exit155 if.then.i146: @@ -412,8 +412,8 @@ if.then.i146: is_sbox.exit155: ; preds = %if.then.i146, %for.body %seg_offset.0.i151 = phi i32 [ %add9.i145, %if.then.i146 ], [ undef, %for.body ] %idxprom15.i152 = sext i32 %seg_offset.0.i151 to i64 - %arrayidx18.i154 = getelementptr inbounds i32* null, i64 %idxprom15.i152 - %x1 = load i32* %arrayidx18.i154, align 4 + %arrayidx18.i154 = getelementptr inbounds i32, i32* null, i64 %idxprom15.i152 + %x1 = load i32, i32* %arrayidx18.i154, align 4 br i1 undef, label %for.body51, label %for.body for.body51: ; preds = %is_sbox.exit155 |