================
@@ -24,6 +27,27 @@ using namespace mlir::python;
namespace {
#if MLIR_ENABLE_PDL_IN_PATTERNMATCH
+nb::object objectFromPDLValue(MlirPDLValue value) {
----------------
PragmaTwice wrote:
Done.
https://github.com/llvm/llvm-project/pull/159926