[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:22:30 PDT 2026
================
----------------
KrxGu wrote:
Used the overload that takes alignment directly, `AllocOp::create(builder, loc, arenaType, ValueRange{}, builder.getI64IntegerAttr(arenaAlignment))` no more separate setAlignmentAttr call.
https://github.com/llvm/llvm-project/pull/205125
More information about the Mlir-commits
mailing list