[Mlir-commits] [mlir] [mlir][bufferization] Add static memory planner pass for compile-time buffer allocation (PR #205125)
Matthias Springer
llvmlistbot at llvm.org
Tue Jun 23 02:19:52 PDT 2026
================
----------------
matthias-springer wrote:
Let's turn this into a pass that must operate on functions: `InterfacePass<"static-memory-planner-analysis", "FunctionOpInterface">`. This will ensure that the pass cannot be scheduled on any other op.
https://github.com/llvm/llvm-project/pull/205125
More information about the Mlir-commits
mailing list