[Mlir-commits] [mlir] [mlir][bufferization] Handle arith.select-based deallocs in static memory planner (PR #209106)
Krish Gupta
llvmlistbot at llvm.org
Sun Jul 19 15:13:41 PDT 2026
================
----------------
KrxGu wrote:
Done, collect all deallocs into a `SmallPtrSet<Operation*, 8> deallocsToErase` while processing each candidate (inserting duplicates is a no-op), then erase all of them in one loop. Simpler and clearer.
https://github.com/llvm/llvm-project/pull/209106
More information about the Mlir-commits
mailing list