summaryrefslogtreecommitdiff
path: root/mlir/test/python/ir/blocks.py
AgeCommit message (Expand)Author
2025-11-21[mlir][py][c] Enable setting block arg locations. (#169033)Jacques Pienaar
2025-06-23[mlir][python] bind block predecessors and successors (#145116)Maksim Levental
2024-06-05[mlir][python]Python Bindings for select edit operations on Block arguments (...Sandeep Dasgupta
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta
2023-05-24[mlir][python] Allow specifying block arg locationsRahul Kayaith
2023-05-09Revert "[mlir][python] Allow specifying block arg locations"Rahul Kayaith
2023-05-09[mlir][python] Allow specifying block arg locationsRahul Kayaith
2022-12-13[mlir][Python] Add `__hash__` implementation for Block.Mike Urbach
2022-04-06[MLIR] Add block detach func to CAPI and use it in Python bindingsJohn Demme
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-02-06[mlir] Fixup python bindings after splitting cf ops from std.Stella Laurenzo
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle
2021-10-13[mlir][python] Provide some methods and properties for API completenessAlex Zinenko
2021-08-30[mlir][python] Extend C/Python API to be usable for CFG construction.Stella Laurenzo