Description[turbofan] x - y < 0 is not equivalent to x < y.
We cannot change x - y < 0 to x < y, because it would only be safe if
x - y cannot overflow, which we don't know in general.
R=jarin@chromium.org
BUG=v8:5129
Committed: https://crrev.com/488d6e5f844c126869af09ece8aa5428d1961c25
Cr-Commit-Position: refs/heads/master@{#37164}
Patch Set 1 #Patch Set 2 : Fix cctests #
Messages
Total messages: 8 (2 generated)
|