Skip to content

Commit

Permalink
[OpenMP] Refactoring: Move teams forking and serial region forking to…
Browse files Browse the repository at this point in the history
… separate functions.

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.

Differential Revision: https://reviews.llvm.org/D139116
  • Loading branch information
TerryLWilmarth committed Dec 12, 2022
1 parent 9055661 commit bc6cc63
Showing 1 changed file with 506 additions and 469 deletions.

0 comments on commit bc6cc63

Please sign in to comment.