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

Mehdi Amini llvmlistbot at llvm.org
Mon Dec 11 21:43:39 PST 2023


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

Please remove this line, it'll be ODS generated.

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


More information about the Mlir-commits mailing list