[llvm] [MemorySSAUpdater] Fix iterator invalidation bug in `applyInsertUpdates` (PR #139370)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Sat May 10 05:26:21 PDT 2025
dtcxzyw wrote:
Note: I found this bug by commenting out `Next = nullptr;`. We may need some assertion check to avoid this kind of bugs.
https://github.com/llvm/llvm-project/pull/139370
More information about the llvm-commits
mailing list