Description[turbofan] Optimize truncated safe integer multiplications.
For a * b with only truncated word32 uses (or result known to be in
signed32 range), we can use Int32Mul if we know for sure that the
intermediate result is inside the safe integer range, and a and b are
in signed32 range.
Drive-by-fix: Also use TypeCache in SimplifiedLowering.
R=jarin@chromium.org
Committed: https://crrev.com/b5d50296ede3cae2bc2a7b6b8602ad1c92565977
Cr-Commit-Position: refs/heads/master@{#32330}
Patch Set 1 #
Messages
Total messages: 10 (4 generated)
|