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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Sep 1 07:52:49 PDT 2025


================
@@ -301,6 +301,10 @@ mlirFreezeRewritePattern(MlirRewritePatternSet op);
 MLIR_CAPI_EXPORTED void
 mlirFrozenRewritePatternSetDestroy(MlirFrozenRewritePatternSet op);
 
+MLIR_CAPI_EXPORTED MlirLogicalResult mlirApplyPatternsAndFoldGreedilyForOp(
+    MlirOperation op, MlirFrozenRewritePatternSet patterns,
+    MlirGreedyRewriteDriverConfig);
----------------
PragmaTwice wrote:

Renamed in https://github.com/llvm/llvm-project/pull/156000/commits/ca80408c0356806de30bd5e85dcd48d9d3d24663.

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


More information about the Mlir-commits mailing list