Description[turbofan] Unify BooleanToNumber, StringToNumber and PlainPrimitiveToNumber.
The PlainPrimitiveToNumber operator performs a superset of the operations
previously performed by the BooleanToNumber and StringToNumber operators,
so we can just use the special lowering rules for PlainPrimitiveToNumber
based on the input type and get rid of the specialized operators.
R=jarin@chromium.org
Committed: https://crrev.com/85969edead72426d6da6a387dba2480ad0b578e0
Cr-Commit-Position: refs/heads/master@{#37669}
Patch Set 1 #
Messages
Total messages: 12 (6 generated)
|