Description[turbofan] Replace shr of masked bits with zero
If (mask >>> s) == 0, ((x & mask) >> s) == 0, so replace the node with zero in
MachineOperatorReducer.
BUG=
Committed: https://crrev.com/d3597aee1f4caf1110ec1eb0047a2c421faacf12
Cr-Commit-Position: refs/heads/master@{#37046}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|