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

Colin De Vlieghere llvmlistbot at llvm.org
Fri Jul 18 13:35:29 PDT 2025


Cubevoid wrote:

> > That's pretty cool! Seems like your branch also has helpers for other ops like ParallelOp which are maybe a bit out of scope of this current PR,
> 
> Sure but it's worth considering whether your current version is aligned with my form because if you land yours and then start using it and we land mine later it'll be a breaking change. For example my form does not support fetching the terminator.

>From my understanding they should be able to coexist? For example the existing `for_` helper with the argument yielding lives alongside the `ForOp` class which has more properties you can access. I think both are useful depending on the downstream use case.

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


More information about the Mlir-commits mailing list