Description[turbofan] Lower more number operations to integer operations.
If the typer was able to prove that a NumberAdd/Sub/Mul/Div/Mod always
produces a Signed32/Unsigned32 value, and the inputs are
Signed32/Unsigned32, we can lower the node to the corresponding integer
operation instead, no matter what the uses are.
R=jarin@chromium.org
Committed: https://crrev.com/225a6adc2ad8f971195394fa850e9cc7eafd6ed7
Cr-Commit-Position: refs/heads/master@{#28393}
Patch Set 1 #
Messages
Total messages: 7 (1 generated)
|