• Georg Neis's avatar
    [compiler] Fix a (harmless) DCHECK failure · ce08dec0
    Georg Neis authored
    A frame state's outer frame state input can be kDeadValue. A DCHECK
    did not take that into account. In release builds there was no issue
    because we branch on the opcode anyways.
    
    While fixing this bug, I'm strengthening the FrameState class such that
    a FrameState node must have a kFrameState operator. I'm also
    - changing the result type of outer_frame_state() from FrameState to
      Node* since it may in fact not be a kFrameState;
    - removing has_outer_frame_state() because I find it unintuitive to
      have outer_frame_state() return non-NULL even when
      has_outer_frame_state() would return true.
    
    Bug: chromium:1224758
    Change-Id: I8ebed75c62e31f7eef71e2941fd18869d8a56af3
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3001356Reviewed-by: 's avatarNico Hartmann <nicohartmann@chromium.org>
    Commit-Queue: Georg Neis <neis@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#75553}
    ce08dec0
Name
Last commit
Last update
..
api Loading commit data...
asmjs Loading commit data...
assembler Loading commit data...
base Loading commit data...
codegen Loading commit data...
compiler Loading commit data...
compiler-dispatcher Loading commit data...
date Loading commit data...
diagnostics Loading commit data...
execution Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
logging Loading commit data...
numbers Loading commit data...
objects Loading commit data...
parser Loading commit data...
profiler Loading commit data...
regexp Loading commit data...
regress Loading commit data...
strings Loading commit data...
tasks Loading commit data...
torque Loading commit data...
utils Loading commit data...
wasm Loading commit data...
zone Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
run-all-unittests.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...
testcfg.py Loading commit data...
unittests.status Loading commit data...