• Clemens Backes's avatar
    [compiler] Fix mid-tier register allocator issue · d757cd5c
    Clemens Backes authored
    If an output operand has "same as input" policy, we cannot assume that
    it's input 0. Instead we should look at the {input_index}.
    
    The bug manifests on Wasm select instructions, where the input index is
    actually 2 and not 0.
    
    In order to test this better, we introduce the a new
    --turbo-force-mid-tier-regalloc flag, which always uses the mid-tier
    register allocator. Otherwise the bug would only manifest on huge
    functions.
    
    R=mslekova@chromium.org
    CC=​thibaudm@chromium.org
    
    Bug: v8:12330
    Change-Id: I6a005a48bbd2aba354dc99fed587bffce24c8839
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3234722Reviewed-by: 's avatarMaya Lekova <mslekova@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#77495}
    d757cd5c
Name
Last commit
Last update
..
benchmarks Loading commit data...
bigint Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli 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...