[Mlir-commits] [mlir] [mlir][Python] create MLIRPythonSupport (PR #171775)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Dec 25 18:39:18 PST 2025


================
@@ -394,9 +396,9 @@ void mlir::python::populateRewriteSubmodule(nb::module_ &m) {
        "results.")
       .def(
           "apply_patterns_and_fold_greedily",
-          [](PyModule &module, MlirFrozenRewritePatternSet set) {
+          [](PyModule &module, PyFrozenRewritePatternSet &set) {
----------------
PragmaTwice wrote:

Same as above.

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


More information about the Mlir-commits mailing list