• mtrofin's avatar
    If all the predecessors of a node have, at the last gap, the exact same · 78b55f2e
    mtrofin authored
    moves, we move those to the node, and remove them from the
    predecessors ("merge" them to the common node).
    
    If only some of the moves are common, we don't do anything. This is
    what this change addresses.
    
    The bug linked below should be addressed by this change. The only
    difference in codegen before/after the change that introduced the bug
    was un-merged moves.
    
    BUG=chromium:549262
    LOG=N
    
    Review URL: https://codereview.chromium.org/1527203002
    
    Cr-Commit-Position: refs/heads/master@{#33481}
    78b55f2e
Name
Last commit
Last update
..
base Loading commit data...
compiler Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
runtime Loading commit data...
wasm Loading commit data...
DEPS Loading commit data...
atomic-utils-unittest.cc Loading commit data...
cancelable-tasks-unittest.cc Loading commit data...
char-predicates-unittest.cc Loading commit data...
counters-unittest.cc Loading commit data...
locked-queue-unittest.cc Loading commit data...
run-all-unittests.cc Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
unittests.gyp Loading commit data...
unittests.isolate Loading commit data...
unittests.status Loading commit data...