[Mlir-commits] [mlir] [MLIR][Python] Support dialect conversion in python bindings (PR #177782)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Jan 28 07:18: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
-    ]
+    ],
----------------
PragmaTwice wrote:

it's just like `def f(x)` but with some extra newspaces?

https://github.com/llvm/llvm-project/pull/177782


More information about the Mlir-commits mailing list