Description[turbofan] Don't generate unnecessary minus zero checks.
When we do a checked conversion from Tagged or Float64 to Int32, we used
to always do a minus zero check, even if we already know that the input
cannot be minus zero. Now we actually do the check only if we have
evidence that the input might be minus zero.
R=epertoso@chromium.org
BUG=v8:4583
Committed: https://crrev.com/b947fff8afe6dda413033b25010c3d73a7656da5
Cr-Commit-Position: refs/heads/master@{#38308}
Patch Set 1 #Patch Set 2 : Err, DCHECK, meh #
Messages
Total messages: 13 (7 generated)
|