[all-commits] [llvm/llvm-project] 23983c: [Flang][OpenMP] Move loop privatization out of dis...
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Mon Aug 26 05:39:31 PDT 2024
Branch: refs/heads/users/skatrak/dpd-02-loop-dsp
Home: https://github.com/llvm/llvm-project
Commit: 23983c7dff8f61877943a8a8d2332b485e879549
https://github.com/llvm/llvm-project/commit/23983c7dff8f61877943a8a8d2332b485e879549
Author: Sergio Afonso <safonsof at amd.com>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/test/Lower/OpenMP/parallel-reduction3.f90
M flang/test/Lower/OpenMP/wsloop-reduction-array-assumed-shape.f90
M flang/test/Lower/OpenMP/wsloop-reduction-array.f90
M flang/test/Lower/OpenMP/wsloop-reduction-array2.f90
M flang/test/Lower/OpenMP/wsloop-reduction-multiple-clauses.f90
Log Message:
-----------
[Flang][OpenMP] Move loop privatization out of dispatch
This patch moves the creation of `DataSharingProcessor` instances for loop
constructs out of `genOMPDispatch()` and into their corresponding codegen
functions. This is a necessary first step to enable a proper handling of
privatization on composite constructs.
Some tests are updated due to a change of order between clause processing and
privatization.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list