Description[turbofan] Remove unsafe JSToBoolean lowering.
The lowering of {JSToBoolean} operators in {JSTypedLowering} inserts
loads that are not part of the effect chain. This does not play well
with effect-sensitive data flow analysis (e.g. escape analysis). This
removes the lowering in question, we can implement it using a dedicated
simplified operator eventually if needed.
R=bmeurer@chromium.org
TEST=mjsunit/wasm/embenchen/lua_binarytrees
Committed: https://crrev.com/66e73b3a1b898787d3a3f79f4135e0047f296d2a
Cr-Commit-Position: refs/heads/master@{#39773}
Patch Set 1 #Patch Set 2 : Remove unit test. #
Messages
Total messages: 16 (11 generated)
|