[Mlir-commits] [mlir] [mlir][python] value casting (PR #69644)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Wed Oct 25 01:43:11 PDT 2023


================
@@ -123,3 +130,52 @@ def get_op_result_or_op_results(
         if len(op.results) > 0
         else op
     )
+
+
+U = _TypeVar("U", bound=_cext.ir.Value)
----------------
ftynse wrote:

Should this be made module-private, `_U`? I'm not sure we want to have this exported.

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


More information about the Mlir-commits mailing list