[Mlir-commits] [mlir] [MLIR][Python] Support Python-defined passes in MLIR (PR #156000)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Sep 1 06:37:08 PDT 2025


================
@@ -139,4 +139,5 @@ NB_MODULE(_mlir, m) {
   auto passModule =
       m.def_submodule("passmanager", "MLIR Pass Management Bindings");
   populatePassManagerSubmodule(passModule);
+  populatePassSubmodule(passModule);
----------------
PragmaTwice wrote:

Currently the full name of the base class is `mlir.passmanager.Pass`. Is it good enough or we'd better to rename it with another module name?

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


More information about the Mlir-commits mailing list