DescriptionX87: [turbofan] Take the immediate size in account when narrowing ia32/x64 word comparison operators.
port a0543313dbd46b0c2e72c91ee3488a7dc6db73e4 (r36009)
original commit message:
Before this patch, we would emit a cmp or test with a memory operand only if both of the operands in the IR were loads.
Now if either of them is a load and the other one is an immediate, we can use a memory operand if the load representation machine size is wide enough to represent the latter.
BUG=
Committed: https://crrev.com/f68562ee0beac21812ec035cc0d5fc6e68e06b35
Cr-Commit-Position: refs/heads/master@{#36057}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|