mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Foreach uses non-wrapping add/dec.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user