[Mlir-commits] [mlir] [mlir][MLProgram] Add MLProgram to MemRef bufferization pass (PR #75103)
Mehdi Amini
llvmlistbot at llvm.org
Mon Dec 11 21:43:38 PST 2023
================
@@ -23,6 +23,8 @@ namespace ml_program {
// Registration
//===----------------------------------------------------------------------===//
+std::unique_ptr<OperationPass<ModuleOp>> createMLProgramBufferizePass();
+
----------------
joker-eph wrote:
This can also be removed and use the ODS generated one.
https://github.com/llvm/llvm-project/pull/75103
More information about the Mlir-commits
mailing list