summaryrefslogtreecommitdiff
path: root/mlir/lib/Bindings/Python/Rewrite.cpp
AgeCommit message (Expand)Author
2025-10-17[MLIR] Fix typo of the word "pattern" in CAPI and docs (#163780)Shenghang Tsai
2025-10-13[MLIR][Python] Pass OpView subclasses instead of Operation in rewrite pattern...Twice
2025-10-11[MLIR][NFC] Clean up rewrite CAPI implementation and Python bindings (#162974)Twice
2025-10-11[MLIR][Python] Support Python-defined rewrite patterns (#162699)Twice
2025-10-05[MLIR][Python] Expose the insertion point of pattern rewriter (#161001)Twice
2025-10-01[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in Rewr...Mehdi Amini
2025-09-29[MLIR][Python] Fix PDLResultList bindings (#161102)Billy Zhu
2025-09-25[MLIR][Python] Add bindings for PDL constraint function registering (#160520)Twice
2025-09-24[MLIR][Python] Add bindings for PDL native rewrite function registering (#159...Twice
2025-09-22[MLIR][Python] restore APIs in terms of Mlir* types (#160203)Maksim Levental
2025-09-20[MLIR][Python] reland (narrower) type stub generation (#157930)Maksim Levental
2025-09-08[MLIR][Python] Add a python function to apply patterns with MlirOperation (#1...Twice
2024-12-20[mlir python] Port in-tree dialects to nanobind. (#119924)Peter Hawkins
2024-12-18[mlir python] Port Python core code to nanobind. (#120473)Peter Hawkins
2024-12-18Revert "[mlir python] Port Python core code to nanobind. (#118583)"Jacques Pienaar
2024-12-18[mlir python] Port Python core code to nanobind. (#118583)Peter Hawkins
2024-06-11[mlir] Add PDL C & Python usage (#94714)Jacques Pienaar