[Openmp-commits] [PATCH] D128403: [OpenMP] add 4 custom APIs supporting MSVC OMP codegen
Joachim Protze via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Jul 2 01:13:36 PDT 2022
protze.joachim accepted this revision.
protze.joachim added a comment.
Just one more change. Then the ompt part looks good to me.
================
Comment at: openmp/runtime/src/kmp_dispatch.cpp:2390
+
+#if OMPT_SUPPORT && OMPT_OPTIONAL
+ OMPT_STORE_RETURN_ADDRESS(gtid);
----------------
This block needs to go away, because the value is not consumed anywhere.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128403/new/
https://reviews.llvm.org/D128403
More information about the Openmp-commits
mailing list