summaryrefslogtreecommitdiff
path: root/mlir/test/python/ir/value.py
AgeCommit message (Expand)Author
2025-04-09[mlir][python] add use_name_loc_as_prefix to value.get_name() (#135052)Maksim Levental
2024-11-19[mlir,python] Expose replaceAllUsesExcept to Python bindings (#115850)Perry Gibson
2024-02-21[MLIR][Python] Use ir.Value directly instead of _SubClassValueT (#82341)Sergei Lebedev
2024-02-05[mlir][Symbol] Add verification that symbol's parent is a SymbolTable (#80590)Joshua Cao
2023-11-07[mlir][python] value casting (#69644)Maksim Levental
2023-09-25[mlir][py] Enable AsmState overload for operation.Jacques Pienaar
2023-09-20[mlir][python] Expose AsmState python side. (#66819)Jacques Pienaar
2023-07-26add set_type to ir.Valuemax
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta
2023-05-08[MLIR][python bindings] Add `PyValue.print_as_operand` (`Value::printAsOperand`)max
2023-04-26[MLIR][python bindings] Reimplement `replace_all_uses_with` on `PyValue`max
2023-04-25Revert "[MLIR][python bindings] implement `replace_all_uses_with` on `PyValue`"max
2023-04-24[MLIR][python bindings] implement `replace_all_uses_with` on `PyValue`max
2022-12-13[mlir][Python] Add a simple PyOpOperand iterator for PyValue uses.Mike Urbach
2022-08-09[MLIR] [Python] Fix `Value.owner` to handle BlockArgsJohn Demme
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in examples+py...River Riddle
2021-11-03[mlir][python] Make Operation and Value hashablerkayaith
2021-10-13[mlir][python] Provide some methods and properties for API completenessAlex Zinenko
2021-05-03Move MLIR python sources to mlir/python.Stella Laurenzo