[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:02 PDT 2026
================
----------------
KrxGu wrote:
Fixed, removed `potentialCandidates` entirely and push directly into `candidates` inside the walk. Moved `++numEligible` inline. Also changed the return type to `LogicalResult` and moved the output candidates to an out-param since we now need to propagate failure.
https://github.com/llvm/llvm-project/pull/209106
More information about the Mlir-commits
mailing list