• Clemens Hammacher's avatar
    [Liftoff] Fix reloading register spilled multiple times · 24a43b3c
    Clemens Hammacher authored
    Since register can be used multiple times on the stack, they can also
    be spilled into multiple stack slots. At merge points, we then might
    have to reload the spilled slots. A DCHECK currently checks that each
    register is only loaded once. Instead of failing, just load the first
    stack slot, the others are statically known to contain the same value
    anyways.
    
    R=ahaas@chromium.org
    
    Bug: v8:6600, chromium:919533
    Change-Id: Ic0c806238b2997f006829b4b509a50468a55befa
    Reviewed-on: https://chromium-review.googlesource.com/c/1403124Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#58676}
    24a43b3c
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
DEPS Loading commit data...
liftoff-assembler-defs.h Loading commit data...
liftoff-assembler.cc Loading commit data...
liftoff-assembler.h Loading commit data...
liftoff-compiler.cc Loading commit data...
liftoff-compiler.h Loading commit data...
liftoff-register.h Loading commit data...