[Openmp-commits] [PATCH] D79944: [OpenMP] Fix for https://bugs.llvm.org/show_bug.cgi?id=45904.

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu May 14 21:13:33 PDT 2020


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.

LGTM, one comment.



================
Comment at: openmp/runtime/src/kmp_tasking.cpp:886
     // Only need to keep track of count if team parallel and tasking not
     // serialized
+    if (!(taskdata->td_flags.team_serial || taskdata->td_flags.tasking_ser) ||
----------------
Update the comment please.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79944/new/

https://reviews.llvm.org/D79944





More information about the Openmp-commits mailing list