[flang] [llvm] [mlir] [OpenMP][MLIR] Add num_teams clause with dims modifier support (PR #169883)

Sergio Afonso via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 22 04:31:15 PST 2026


================

----------------
skatrak wrote:

Is this how we actually want to represent the clause at this stage? At the moment it is `[{LB?, UB}]`[^1], but in reality there can never be multiple LB defined. It should be more like `{LB?, [UB]>}`[^1], which also looks like it would slightly simplify the lowering logic. Do you have an opinion @kparzysz?
Footnotes


[^1]: `[]`: Array; `{}`: Tuple; `?`: Optional

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


More information about the llvm-commits mailing list