[Mlir-commits] [mlir] [MLIR][Python] Add bindings for PDL native rewrite function registering (PR #159926)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Tue Sep 23 00:27:57 PDT 2025
================
@@ -24,6 +27,27 @@ using namespace mlir::python;
namespace {
#if MLIR_ENABLE_PDL_IN_PATTERNMATCH
+nb::object objectFromPDLValue(MlirPDLValue value) {
----------------
ftynse wrote:
Nit: let's have all non-exposed functions marked `static`.
https://github.com/llvm/llvm-project/pull/159926
More information about the Mlir-commits
mailing list