Description[turbofan] Strength reduction of Word32And with Int32Mul.
- (x * (K << L)) & (-1 << L) => x * (K << L)
- ((K << L) * x) & (-1 << L) => x * (K << L)
R=dcarney@chromium.org
Committed: https://crrev.com/e1c2c9016e7033270fbc68b858591e51d1be560c
Cr-Commit-Position: refs/heads/master@{#26942}
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|