summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2024-09-20 16:57:46 +0200
committerNikita Popov <npopov@redhat.com>2024-09-20 17:01:41 +0200
commit5bcc82d43388bb0daa122d5fe7ecda5eca27fc16 (patch)
tree416ab521c2ab07cab0804e8440496c61e53d05b3 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentc498af71d73e96e95730f3b3caaea08d3edbe62c (diff)
[LoopPeel] Fix LCSSA phi node invalidation
In the test case, the BECount of the second loop uses %load, but we only have an LCSSA phi node for %add, so that is what gets invalidated. Use the forgetLcssaPhiWithNewPredecessor() API instead, which will invalidate the roots of the expression instead. Fixes https://github.com/llvm/llvm-project/issues/109333.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions