[Mlir-commits] [mlir] [MLIR][Python] Add bindings for PDL native rewrite function registering (PR #159926)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sat Sep 20 22:26:13 PDT 2025
================
@@ -36,6 +41,43 @@ class PyPDLPatternModule {
}
MlirPDLPatternModule get() { return module; }
+ static nb::object fromPDLValue(MlirPDLValue value) {
----------------
PragmaTwice wrote:
Done in e9845d639f6243d6133cd79d4a861563dc6784ca.
https://github.com/llvm/llvm-project/pull/159926
More information about the Mlir-commits
mailing list