DescriptionX87: [turbofan] Fix invalid comparison operator narrowing.
port a758144329b7ddda258e41ea5d8abfca8595e34c (r38231)
original commit message:
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.
BUG=
Committed: https://crrev.com/b412b789d33bc314772b84d79cf35caba20d8b18
Cr-Commit-Position: refs/heads/master@{#38274}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|