[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:34:49 PDT 2026


================

----------------
KrxGu wrote:

Done, added both fields to the Alloc struct:

`int64_t timeStart = 0;  // Operation index when allocation starts`
`int64_t timeEnd = 0;    // Operation index when allocation ends (dealloc)`

They're not wired up yet since the current planner does sequential packing without lifetime overlap, but they're there and ready for when we plug in a lifetime-aware algorithm.

https://github.com/llvm/llvm-project/pull/205125


More information about the Mlir-commits mailing list