[llvm] [InterleavedAccessPass]: Ensure that dead nodes get erased only once (PR #122643)

David Green via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 04:30:17 PST 2025


davemgreen wrote:

Could it use SmallSetVector to store the Dead instructions? It should rule out any duplicated whilst keeping them in order, so that they are removed in the correct order.

https://github.com/llvm/llvm-project/pull/122643


More information about the llvm-commits mailing list