[Mlir-commits] [mlir] [mlir][python] meta region_op (PR #75673)

Stella Laurenzo llvmlistbot at llvm.org
Tue Dec 19 18:19:21 PST 2023


================
@@ -211,3 +211,7 @@ def __init__(
         if operands is None:
             operands = []
         super().__init__(_get_op_results_or_values(operands), loc=loc, ip=ip)
+
+
+def any_op_t():
----------------
stellaraccident wrote:

Yeah -- what I'm saying is that if you put this like this in user code without playing nice with type checkers, they are going to yell at your users.

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


More information about the Mlir-commits mailing list