• bmeurer's avatar
    [turbofan] Address the useless overflow bit materialization. · 00889cc2
    bmeurer authored
    Add control dependencies to Projection and Int32Add/SubWithOverflow
    operators, to prevent the scheduler from moving the Projection nodes
    into the wrong place. This way the instruction selection can combine
    the Int32Add/SubWithOverflow operations with the DeoptimizeIf and/or
    DeoptimizeUnless nodes. This needs new operators CheckedInt32Add and
    CheckedInt32Sub so that we can delay the actual lowering until the
    effect/control linearizer.
    
    This also makes CheckIf operator obsolete, so we can drop it.
    
    R=jarin@chromium.org
    
    Review-Url: https://codereview.chromium.org/2082993002
    Cr-Commit-Position: refs/heads/master@{#37148}
    00889cc2
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
fuzzer Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
ignition.gyp Loading commit data...
ignition.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...