[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:18:38 PDT 2026


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

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

Done, switched to `llvm::cast<FunctionOpInterface>(getOperation())` and removed the if-check entirely. The InterfacePass guarantee makes it safe.

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


More information about the Mlir-commits mailing list