• Leszek Swirski's avatar
    [turbofan] Never generate loop exit phis for the accumulator · 1a302730
    Leszek Swirski authored
    The accumulator should never be alive when jumping back to a loop
    header, or jumping out of a loop. This means that as far as far as
    TurboFan is concerned, we never need to create Phis or LoopExitValues
    for the accumulator, as its value should not escape the loop.
    
    For safety, this also augments the IsLivenessValid DCHECK in the
    liveness analysis to check that the accumulator is not live in these
    cases, and amends the bytecode analysis tests to kill the accumulator
    where necessary to ensure this.
    
    As a drive-by, added some comments to the more complex bytecode analysis
    tests, since figuring out what they were for and how to fix them took a
    non-trivial amount of time.
    
    Change-Id: Idecf76a36681d724134c59768650c23cc6b0e9ef
    Reviewed-on: https://chromium-review.googlesource.com/615168
    Commit-Queue: Jaroslav Sevcik <jarin@chromium.org>
    Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
    Reviewed-by: 's avatarJaroslav Sevcik <jarin@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#47388}
    1a302730
Name
Last commit
Last update
..
api Loading commit data...
asmjs Loading commit data...
base Loading commit data...
compiler Loading commit data...
compiler-dispatcher Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
parser Loading commit data...
wasm Loading commit data...
zone Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
cancelable-tasks-unittest.cc Loading commit data...
char-predicates-unittest.cc Loading commit data...
counters-unittest.cc Loading commit data...
eh-frame-iterator-unittest.cc Loading commit data...
eh-frame-writer-unittest.cc Loading commit data...
locked-queue-unittest.cc Loading commit data...
object-unittest.cc Loading commit data...
register-configuration-unittest.cc Loading commit data...
run-all-unittests.cc Loading commit data...
source-position-table-unittest.cc Loading commit data...
test-helpers.cc Loading commit data...
test-helpers.h Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
unicode-unittest.cc Loading commit data...
unittests.gyp Loading commit data...
unittests.isolate Loading commit data...
unittests.status Loading commit data...
value-serializer-unittest.cc Loading commit data...