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/Process/gdb-remote/GDBRemoteRegisterContext.cpp | |
parent | 4d9f3ca77cb9deff1d5652e161acf3b1be069509 (diff) | |
download | llvm-a700a520f86e8e667acfe95d8e71b9813120f35b.zip llvm-a700a520f86e8e667acfe95d8e71b9813120f35b.tar.gz llvm-a700a520f86e8e667acfe95d8e71b9813120f35b.tar.bz2 |
[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/Process/gdb-remote/GDBRemoteRegisterContext.cpp')
0 files changed, 0 insertions, 0 deletions