[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:11:45 PDT 2026


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

----------------
KrxGu wrote:

Done ,`collectCandidates` now calls `allocOp.emitError(...)` and returns `failure()` when no dealloc is found. `runOnOperation` checks the result and calls `signalPassFailure()`. Added a test in `static-memory-planner-errors.mlir`.

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


More information about the Mlir-commits mailing list