• Benedikt Meurer's avatar
    [turbofan] Correctify JSToBoolean lowering. · 9def087e
    Benedikt Meurer authored
    Introduce a new AnyToBoolean simplified operator to handle the later
    lowering of boolean conversions. Previously we tried to hack that with
    the generic JSToBoolean, having its context set to zero, but that lead
    to various problems/bugs and did not handle all cases.
    
    TEST=cctest,unittests
    R=jarin@chromium.org
    
    Review URL: https://codereview.chromium.org/800833003
    
    Cr-Commit-Position: refs/heads/master@{#25958}
    9def087e
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...