• Benedikt Meurer's avatar
    [turbofan] Remove indirection in JSToBoolean/JSUnaryNot lowering. · a75e4cea
    Benedikt Meurer authored
    This reduces the overhead of typed lowering, because we lower
    JSToBoolean/JSUnaryNot directly if possible, instead of first lowering
    to AnyToBoolean, and then letting the SimplifiedOperatorReducer do the
    further lowering.
    
    Also remove some obsolete tests from the cctest suite that have since
    been removed by proper unittests. And improve unitttest coverage for the
    typed lowering cases.
    
    R=mstarzinger@chromium.org
    
    Review URL: https://codereview.chromium.org/999173003
    
    Cr-Commit-Position: refs/heads/master@{#27295}
    a75e4cea
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...