[Openmp-commits] [PATCH] D71987: [OpenMP][NFC] Add a couple of TODOs to the runtime

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jan 14 00:07:38 PST 2020


protze.joachim added inline comments.


================
Comment at: openmp/runtime/src/kmp.h:2245
+  // needed?
   unsigned merged_if0 : 1; /* no __kmpc_task_{begin/complete}_if0 calls in if0
                               code path */
----------------
It's at least used by OMPT to identify an undeferred task.
Ignoring undeferred tasks can be performance critical for tools.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71987





More information about the Openmp-commits mailing list