[Mlir-commits] [mlir] [mlir][bufferization] Handle arith.select-based deallocs in static memory planner (PR #209106)

Matthias Springer llvmlistbot at llvm.org
Sat Jul 18 04:32:05 PDT 2026


================

----------------
matthias-springer wrote:

nit: Instead of `erasedDeallocs`, you can maintain a SmallPtrSet of `deallocsToErase`, then the loop below will be simpler. (Inserting an element that's already part of the set is a no-op.)


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


More information about the Mlir-commits mailing list