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

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Nov 5 01:46:05 PST 2020


protze.joachim added a comment.

Original intention was to have if(0) on the first task. Unfortunately, clang drops the out dependency for detached tasks in that case: https://bugs.llvm.org/show_bug.cgi?id=46185
Once the clang bug is fixed, we can add the if(0) and make the test more robust.


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

https://reviews.llvm.org/D81314



More information about the Openmp-commits mailing list