• danno's avatar
    [turbofan] Elide no-op adds in x64 index addressing modes · 1d963547
    danno authored
    Before this patch, Loads generated in the CSA on x64 that have a zero offset
    displacement will add a zero to the effective address rather than using an
    addressing mode that folds away the zero.
    
    This functionality already exists on ia32, but the port wasn't purely mechanical
    so it hadn't been done on x64.
    
    R=epertoso@chromium.org
    LOG=N
    
    Review-Url: https://codereview.chromium.org/2602893002
    Cr-Commit-Position: refs/heads/master@{#41974}
    1d963547
Name
Last commit
Last update
..
code-generator-x64.cc Loading commit data...
instruction-codes-x64.h Loading commit data...
instruction-scheduler-x64.cc Loading commit data...
instruction-selector-x64.cc Loading commit data...
unwinding-info-writer-x64.cc Loading commit data...
unwinding-info-writer-x64.h Loading commit data...