[Mlir-commits] [mlir] [mlir][Python] create MLIRPythonSupport (PR #171775)
Maksim Levental
llvmlistbot at llvm.org
Thu Dec 25 19:06:21 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) {
----------------
makslevental wrote:
oh i didn't even notice!
https://github.com/llvm/llvm-project/pull/171775
More information about the Mlir-commits
mailing list