[Mlir-commits] [mlir] [mlir][c] Enable creating and setting greedy rewrite confing. (PR #162429)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Dec 27 20:12:25 PST 2025


https://github.com/PragmaTwice commented:

The current CI-reported errors comes from two parts:
1. in `.def("apply_patterns_and_fold_greedily", ...)` we now need to pass a real config instead of a null pointer i.e. `{}` in `mlirApplyPatternsAndFoldGreedily` call.
2. it seems `from mlir.rewrite import *` is removed in the test case `rewrite.py`.

Then it should pass the CI and we can merge this : ) (i'll open the python-side dialect conversion PR after this to avoid conflicts.)

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


More information about the Mlir-commits mailing list