• Thibaud Michaud's avatar
    Revert "[regalloc] add hint for operands in gap moves." · b22fcf9f
    Thibaud Michaud authored
    This reverts commit c14b3e4d.
    
    Reason for revert: https://crbug.com/1335195
    
    Original change's description:
    > [regalloc] add hint for operands in gap moves.
    >
    > To eliminate unnecessary move instructions from register to fixed register. We check the fixed register hint for operands in move gaps
    > when building LiveRanges. If a to_operand has a hint_operand (with fixed register), then set the hint_operand for from_operand too. This can avoid the register allocator ignore hint information about fixed register.
    >
    > Bug: v8:12909
    > Change-Id: I17f9afa484ee08de8ac1ab42945caba2c362fc9e
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3669019
    > Reviewed-by: Thibaud Michaud <thibaudm@chromium.org>
    > Commit-Queue: Jialu Zhang <jialu.zhang@intel.com>
    > Cr-Commit-Position: refs/heads/main@{#80844}
    
    Bug: v8:12909
    Change-Id: Iedba9244a75074e448c5e85880cc202866b91e71
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3702335
    Commit-Queue: Thibaud Michaud <thibaudm@chromium.org>
    Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
    Cr-Commit-Position: refs/heads/main@{#81126}
    b22fcf9f
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
loong64 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
riscv64 Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
DIR_METADATA Loading commit data...
OWNERS Loading commit data...
code-generator-impl.h Loading commit data...
code-generator.cc Loading commit data...
code-generator.h Loading commit data...
frame-elider.cc Loading commit data...
frame-elider.h Loading commit data...
gap-resolver.cc Loading commit data...
gap-resolver.h Loading commit data...
instruction-codes.h Loading commit data...
instruction-scheduler.cc Loading commit data...
instruction-scheduler.h Loading commit data...
instruction-selector-impl.h Loading commit data...
instruction-selector.cc Loading commit data...
instruction-selector.h Loading commit data...
instruction.cc Loading commit data...
instruction.h Loading commit data...
jump-threading.cc Loading commit data...
jump-threading.h Loading commit data...
mid-tier-register-allocator.cc Loading commit data...
mid-tier-register-allocator.h Loading commit data...
move-optimizer.cc Loading commit data...
move-optimizer.h Loading commit data...
register-allocation.h Loading commit data...
register-allocator-verifier.cc Loading commit data...
register-allocator-verifier.h Loading commit data...
register-allocator.cc Loading commit data...
register-allocator.h Loading commit data...
spill-placer.cc Loading commit data...
spill-placer.h Loading commit data...
unwinding-info-writer.h Loading commit data...