-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Flang][OpenMP] NFC: Refactor privatization code in Lowering 1/n
The code for handing privatization code has grown in complexity. This patch begins an effort to refactor and simplify the code. The refactoring will hopefully will make it modular and enable privatization to be invoked in different places. This patch moves the privatization related code into a class called dataSharingProcessor. Reviewed By: DavidTruby Differential Revision: https://reviews.llvm.org/D144766
- Loading branch information
1 parent
a180344
commit b512580
Showing
1 changed file
with
162 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters