Description[turbofan] Push JSToNumber conversions into Phis.
This essentially performs the following transformation
JSToNumber(phi(x1,...,xn,control):primitive)
=> phi(JSToNumber(x1),...,JSToNumber(xn),control):number
which is similar to what we already do for JSToBoolean.
TEST=mjsunit/asm
R=svenpanne@chromium.org
BUG=
Committed: https://chromium.googlesource.com/v8/v8/+/1d4dfd9ac4b76623cad547cb4f76caca8d553395
Patch Set 1 #Patch Set 2 : Disable inlining tests that are broken because of the scheduler. Michi working on a fix. #
Messages
Total messages: 3 (0 generated)
|