[Openmp-commits] [PATCH] D43308: [OMPT] Fix parallel_data in implicit barrier-end

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Feb 23 08:10:00 PST 2018


Hahnfeld updated this revision to Diff 135646.
Hahnfeld marked 7 inline comments as done.
Hahnfeld added a comment.

Move state change to `omp_state_overhead` as requested, collapse one `if` and add check for `ompt_enabled.enabled` to the other, drop argument checking from `CHECK` prefix.


https://reviews.llvm.org/D43308

Files:
  runtime/src/kmp_barrier.cpp
  runtime/src/kmp_runtime.cpp
  runtime/test/ompt/parallel/normal.c
  runtime/test/ompt/tasks/serialized.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43308.135646.patch
Type: text/x-patch
Size: 18624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180223/77f1fecf/attachment-0001.bin>


More information about the Openmp-commits mailing list