[Openmp-commits] [PATCH] D95816: [OpenMP] libomp: minor changes to improve library performance
Andrey Churbanov via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Feb 9 13:48:01 PST 2021
AndreyChurbanov updated this revision to Diff 322489.
AndreyChurbanov added a comment.
Tried to address comments:
Restored the check in __kmp_itt_taskwait_object() just in case it could be used somewhere else in future.
Wrapped repeated code fragments into macros to reduce code duplication.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95816/new/
https://reviews.llvm.org/D95816
Files:
openmp/runtime/src/kmp_itt.h
openmp/runtime/src/kmp_tasking.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95816.322489.patch
Type: text/x-patch
Size: 5807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210209/f18c2c1d/attachment.bin>
More information about the Openmp-commits
mailing list