[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 Review URL: https://codereview.chromium.org/1140933002 Cr-Commit-Position: refs/heads/master@{#28393}
Showing
Please
register
or
sign in
to comment