weld icon indicating copy to clipboard operation
weld copied to clipboard

"simplify_assignments" creates infinite loop with iterate

Open sppalkia opened this issue 5 years ago • 0 comments

e.g., the following code will loop infinitely due to an incorrect variable deletion in the SIR:

|e: vec[i8]|
let lenString = len(e);
iterate(lenString - 1L, |p| {p - 1L, p > 7L})

sppalkia avatar Mar 19 '20 01:03 sppalkia