• Andreas Haas's avatar
    [turbofan] Don't assume that Word32AtomicPairBinops has a projection-0 · e15f5ba1
    Andreas Haas authored
    The instruction selector assumed for Word32AtomicPairBinop nodes that if
    there exists a Projection(1) user, then there also exists a
    Projection(0) user. This, however, is not the case, because TurboFan
    eliminates unreachable nodes. The missing projection node lead to a
    failed DCHECK in the register allocator.
    
    With this CL we allocate the right registers for the existing
    projections, and allocate the other needed registers as temp registers.
    
    R=gdeepti@chromium.org
    
    Bug: v8:10140
    Change-Id: I22331cae58f933e89dac6993fe3b21ff6502838a
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2011829Reviewed-by: 's avatarDeepti Gandluri <gdeepti@chromium.org>
    Commit-Queue: Andreas Haas <ahaas@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#65941}
    e15f5ba1
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector 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...
mkgrokdump Loading commit data...
mozilla Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...