Description[turbofan] Fix invalid comparison operator narrowing.
When we narrow a signed32 comparison to uint8 or uint16 representation,
we also need to change the condition to unsigned comparisons otherwise
the comparison will be done on int16/int8 which interprets the narrowed
bits wrong.
R=epertoso@chromium.org
BUG=v8:5254
Committed: https://crrev.com/a758144329b7ddda258e41ea5d8abfca8595e34c
Cr-Commit-Position: refs/heads/master@{#38231}
Patch Set 1 #
Dependent Patchsets: Messages
Total messages: 11 (6 generated)
|