[llvm-branch-commits] [flang] [mlir] [OpenMP][MLIR] Add thread_limit with dims modifier support (PR #171825)

Sergio Afonso via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jan 19 03:25:33 PST 2026


================
@@ -241,7 +241,7 @@ def TeamsOp : OpenMP_Op<"teams", traits = [
     AttrSizedOperandSegments, RecursiveMemoryEffects, OutlineableOpenMPOpInterface
   ], clauses = [
     OpenMP_AllocateClause, OpenMP_IfClause, OpenMP_NumTeamsClause,
-    OpenMP_PrivateClause, OpenMP_ReductionClause, OpenMP_ThreadLimitClause
+    OpenMP_PrivateClause, OpenMP_ReductionClause,OpenMP_ThreadLimitClause
----------------
skatrak wrote:

```suggestion
    OpenMP_PrivateClause, OpenMP_ReductionClause, OpenMP_ThreadLimitClause
```

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


More information about the llvm-branch-commits mailing list