[Mlir-commits] [mlir] [mlir][MLProgram] Add MLProgram to MemRef bufferization pass (PR #75103)

Mehdi Amini llvmlistbot at llvm.org
Tue Dec 12 13:43:51 PST 2023


================
@@ -11,6 +11,14 @@
 
 include "mlir/Pass/PassBase.td"
 
+def MLProgramBufferize: Pass<"mlprogram-bufferize", "ModuleOp"> {
+  let summary = "Bufferize the MLProgram dialect ops";
----------------
joker-eph wrote:

Can we instead improve/fix the bufferization pass?

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


More information about the Mlir-commits mailing list