[Mlir-commits] [mlir] [MLIR][SCF] Add dedicated Python bindings for ForallOp (PR #149416)

Maksim Levental llvmlistbot at llvm.org
Fri Jul 18 06:55:33 PDT 2025


================
@@ -71,6 +71,120 @@ def inner_iter_args(self):
         return self.body.arguments[1:]
 
 
+def dispatch_index_op_fold_results(
+    ofrs: Sequence[Union[int, Value]],
+) -> Tuple[List[Value], List[int]]:
----------------
makslevental wrote:

[Only since 3.9](https://peps.python.org/pep-0585/). Did we drop support for 3.8 (I don't remember).

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


More information about the Mlir-commits mailing list