================
@@ -6287,7 +6310,7 @@ initTargetDefaultAttrs(omp::TargetOp targetOp, Operation 
*capturedOp,
   attrs.MinTeams = minTeamsVal;
   attrs.MaxTeams.front() = maxTeamsVal;
   attrs.MinThreads = 1;
-  attrs.MaxThreads.front() = combinedMaxThreadsVal;
+  attrs.MaxThreads = combinedMaxThreadsVals;
----------------
skc7 wrote:

@skatrak 
Currently all OmpIRBuilder and other clang changes are done by @kevinsala.
Will make the changes you suggested once changes for ompIRBuilder are merged.

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

Reply via email to