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

Michael Klemm via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Dec 18 06:39:16 PST 2025


================
@@ -1974,6 +1974,10 @@ convertOmpTeams(omp::TeamsOp op, llvm::IRBuilderBase &builder,
     return op.emitError("Lowering of num_teams with dims modifier is NYI.");
   }
 
+  if (op.hasThreadLimitDimsModifier()) {
+    return op.emitError("Lowering of thread_limit with dims modifier is NYI.");
----------------
mjklemm wrote:

Please expand 'NYI'.

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


More information about the llvm-branch-commits mailing list