diff options
| author | Skwoogey <69175746+Skwoogey@users.noreply.github.com> | 2023-11-07 09:08:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-07 08:08:49 +0000 |
| commit | a700a520f86e8e667acfe95d8e71b9813120f35b (patch) | |
| tree | eb6565843fad6f6e7a7439882dd9c6aceee58f8f /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 4d9f3ca77cb9deff1d5652e161acf3b1be069509 (diff) | |
[InterleavedAccessPass] Avoid optimizing load instructions if it has dead binop users (#71339)
If a load instruction qualifies to be optimized by InterleavedAccess
Pass, but also has a dead binop instruction, this will lead to a crash.
Binop instruction will not be deleted, because normally it would be
deleted through its' users, but it has none. Later on deleting a load
instruction will fail because it still has uses.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
