Comment by shultays
3 years ago
the part that was optimized away is `i >= 0` check. Which can't happen because x >= 0 already holds true
3 years ago
the part that was optimized away is `i >= 0` check. Which can't happen because x >= 0 already holds true
it also moves the division around