[Openmp-commits] [PATCH] D81314: [OpenMP][Tool] Handle detached tasks in Archer

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Oct 29 13:01:01 PDT 2020


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

This looks reasonable, not that I have much experience with ARCHER.



================
Comment at: openmp/tools/archer/tests/task/task_late_fulfill.c:39
+//#pragma omp task if (0) depend(in : f_event)
+//    {}
+    b++;
----------------
Leftover?


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

https://reviews.llvm.org/D81314



More information about the Openmp-commits mailing list