Foreach uses non-wrapping add/dec.

This commit is contained in:
Christoffer Lerno
2024-05-08 23:05:12 +02:00
parent b09aa74f2f
commit ed9f15becf
22 changed files with 513 additions and 513 deletions

View File

@@ -831,8 +831,8 @@ noerr_block13: ; preds = %after_check11
%eq = icmp eq i8 %15, 1
call void @llvm.assume(i1 %eq)
%16 = load i64, ptr %.anon1, align 8
%add = add i64 %16, 1
store i64 %add, ptr %.anon1, align 8
%addnuw = add nuw i64 %16, 1
store i64 %addnuw, ptr %.anon1, align 8
br label %loop.cond
loop.exit: ; preds = %loop.cond