[Openmp-commits] [PATCH] D139116: [OpenMP] Refactoring: Move teams forking and serial region forking to separate functions.
Terry Wilmarth via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Dec 1 07:31:13 PST 2022
tlwilmar created this revision.
tlwilmar added reviewers: jlpeyton, Nawrin.
tlwilmar added a project: OpenMP.
Herald added subscribers: guansong, yaxunl.
Herald added a project: All.
tlwilmar requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.
Code for serial parallel regions and teams construct have been moved out of __kmp_fork_call and into separate functions. This is to reduce the size of the __kmp_fork_call function, and aid in debugging.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D139116
Files:
openmp/runtime/src/kmp_runtime.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139116.479291.patch
Type: text/x-patch
Size: 43368 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20221201/b42e3f87/attachment-0001.bin>
More information about the Openmp-commits
mailing list