[Mlir-commits] [mlir] [MLIR][Python] Expose `PassManager::enableStatistics` to CAPI and Python (PR #162591)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Oct 9 05:11:01 PDT 2025
================
@@ -138,6 +145,14 @@ void mlir::python::populatePassManagerSubmodule(nb::module_ &m) {
mlirPassManagerEnableTiming(passManager.get());
},
"Enable pass timing.")
+ .def(
+ "enable_statistics",
----------------
PragmaTwice wrote:
Let me take this task and see what we can do : )
https://github.com/llvm/llvm-project/pull/162591
More information about the Mlir-commits
mailing list