================
@@ -380,6 +380,10 @@ static LogicalResult checkImplementationStatus(Operation 
&op) {
     if (op.hasNumTeamsMultiDim())
       result = todo("num_teams with multi-dimensional values");
   };
+  auto checkThreadLimitMultiDim = [&todo](auto op, LogicalResult &result) {
----------------
skc7 wrote:

updated in latest patch

https://github.com/llvm/llvm-project/pull/171825
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to