diff options
| author | Nikita Popov <npopov@redhat.com> | 2024-09-20 16:57:46 +0200 |
|---|---|---|
| committer | Nikita Popov <npopov@redhat.com> | 2024-09-20 17:01:41 +0200 |
| commit | 5bcc82d43388bb0daa122d5fe7ecda5eca27fc16 (patch) | |
| tree | 416ab521c2ab07cab0804e8440496c61e53d05b3 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | c498af71d73e96e95730f3b3caaea08d3edbe62c (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
