Description[turbofan] remove redundant '& 0x1F' for shifts.
JavaScript shifts perform an implicit '& 0x1F' on their right operand, this
patch removes it when the underlying architecture already does it.
BUG=
R=bmeurer@chromium.org
Committed: https://chromium.googlesource.com/v8/v8/+/481772acdd6cded6b3320cdf7cde1084a01a1b22
Patch Set 1 #Patch Set 2 : Addressed comments + ror fix #
Messages
Total messages: 6 (1 generated)
|