[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:
General comment: You can drop the `mlir::` namespace prefixes throughout the file. (If it doesn't compile add `using namespace mlir;`.)
https://github.com/llvm/llvm-project/pull/205125
More information about the Mlir-commits
mailing list