[Openmp-commits] [PATCH] D50158: [OpenMP] Add placeholder functions for the depend and nowait depend clauses for target data directives.

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Aug 2 01:37:28 PDT 2018


Hahnfeld added a comment.

These functions are 1:1 the same as the current `_nowait` functions. If that's for handling `depend` clauses without `nowait` I think the compiler can just add another runtime call into `libomp`.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D50158





More information about the Openmp-commits mailing list