[all-commits] [llvm/llvm-project] b51258: [Flang][OpenMP] NFC: Refactor privatization code i...
kiranchandramohan via All-commits
all-commits at lists.llvm.org
Fri Mar 3 07:52:45 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b512580cffc645538834a6b6f2fc3d703df2e78c
https://github.com/llvm/llvm-project/commit/b512580cffc645538834a6b6f2fc3d703df2e78c
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list