[all-commits] [llvm/llvm-project] 6a7c71: [NFC][flang] Move `ReductionProcessor` to `Lower/S...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Sun Jun 29 21:18:50 PDT 2025
Branch: refs/heads/users/ergawy/convert_locality_specs_to_clauses_6
Home: https://github.com/llvm/llvm-project
Commit: 6a7c71ecaebccf4d8dddc7373384b4df918973c2
https://github.com/llvm/llvm-project/commit/6a7c71ecaebccf4d8dddc7373384b4df918973c2
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-06-29 (Sun, 29 Jun 2025)
Changed paths:
A flang/include/flang/Lower/OpenMP/Clauses.h
A flang/include/flang/Lower/Support/ReductionProcessor.h
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/CMakeLists.txt
M flang/lib/Lower/OpenMP/ClauseFinder.h
M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
M flang/lib/Lower/OpenMP/ClauseProcessor.h
M flang/lib/Lower/OpenMP/Clauses.cpp
R flang/lib/Lower/OpenMP/Clauses.h
M flang/lib/Lower/OpenMP/DataSharingProcessor.h
M flang/lib/Lower/OpenMP/Decomposer.cpp
M flang/lib/Lower/OpenMP/Decomposer.h
M flang/lib/Lower/OpenMP/OpenMP.cpp
R flang/lib/Lower/OpenMP/ReductionProcessor.cpp
R flang/lib/Lower/OpenMP/ReductionProcessor.h
M flang/lib/Lower/OpenMP/Utils.cpp
M flang/lib/Lower/OpenMP/Utils.h
A flang/lib/Lower/Support/ReductionProcessor.cpp
Log Message:
-----------
[NFC][flang] Move `ReductionProcessor` to `Lower/Support`.
With #145837, the `ReductionProcessor` component is now used by both
OpenMP and `do concurrent`. Therefore, this PR moves it to a shared
location: `flang/Lower/Support`.
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