Description[turbofan] Fix typed lowering of JSConvertReceiver.
We lowered JSConvertReceiver using JSToObject, w/o connecting the
JSToObject to the control chain (which is fine since that ToObject
cannot throw). But then the lowering of the JSToObject would insert
an IfSuccess, which is immediately dead, since it is not used. This
was fine in a sense that it didn't seem to crash anything, but we
now want to do more aggressive checking if IfSuccess/IfException
nodes and so we need to fix this sloppyness in the lowerings.
R=mstarzinger@chromium.org
Committed: https://crrev.com/750202973b39d0c5c794478e394cf76f0e7d9d99
Cr-Commit-Position: refs/heads/master@{#38484}
Patch Set 1 #
Messages
Total messages: 12 (6 generated)
|