[Openmp-commits] [PATCH] D41836: Simplify __kmp_expand_threads
Terry Wilmarth via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jan 8 13:46:01 PST 2018
tlwilmar created this revision.
tlwilmar added reviewers: hbae, AndreyChurbanov.
Herald added a subscriber: llvm-commits.
This change simplifies __kmp_expand_threads to take a single argument. Previously it allowed two arguments and had logic to decide on different potential expansion sizes. However, no calls to __kmp_expand_threads in the runtime make use of this extra logic. Thus the extra argument and logic is removed here.
Repository:
rL LLVM
https://reviews.llvm.org/D41836
Files:
runtime/src/kmp_runtime.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41836.128978.patch
Type: text/x-patch
Size: 3913 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180108/a552b320/attachment.bin>
More information about the Openmp-commits
mailing list