On 9/13/24 03:23, Alex Bennée wrote:
Note that the branch is X < 0 (unsigned), which is always false, and thus the branch is optimized away.I'm obviously missing something reading this. How can TCG know the state of the scoreboard variables and optimise away the branch?
0 < 0 is of course false. r~