[Mlir-commits] [mlir] [MLIR][Python] Support dialect conversion in python bindings (PR #177782)
Maksim Levental
llvmlistbot at llvm.org
Sun Jan 25 15:25:26 PST 2026
================
@@ -90,7 +92,7 @@ def get_default_loc_context(location=None):
def get_op_result_or_value(
arg: _Union[
_cext.ir.OpView, _cext.ir.Operation, _cext.ir.Value, _cext.ir.OpResultList
- ]
+ ],
----------------
makslevental wrote:
seems wrong? i guess the python parser is permissive here but it shouldn't be....
https://github.com/llvm/llvm-project/pull/177782
More information about the Mlir-commits
mailing list