[Mlir-commits] [mlir] [mlir][bufferization] Add static memory planner pass for compile-time buffer allocation (PR #205125)
Krish Gupta
llvmlistbot at llvm.org
Mon Jun 29 01:19:56 PDT 2026
================
----------------
KrxGu wrote:
fixed, using `isa<BaseMemRefType>(resultType)` now which covers unranked memrefs as well.
https://github.com/llvm/llvm-project/pull/205125
More information about the Mlir-commits
mailing list