File tree Expand file tree Collapse file tree 15 files changed +16
-17
lines changed Expand file tree Collapse file tree 15 files changed +16
-17
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1313#ifndef FORTRAN_LOWER_REDUCTIONPROCESSOR_H
1414#define FORTRAN_LOWER_REDUCTIONPROCESSOR_H
1515
16- #include " Clauses.h"
16+ #include " flang/Lower/OpenMP/ Clauses.h"
1717#include " flang/Optimizer/Builder/FIRBuilder.h"
1818#include " flang/Optimizer/Dialect/FIRType.h"
1919#include " flang/Parser/parse-tree.h"
Original file line number Diff line number Diff line change 1212
1313#include " flang/Lower/Bridge.h"
1414
15- #include " OpenMP/ReductionProcessor.h"
1615#include " flang/Lower/Allocatable.h"
1716#include " flang/Lower/CallInterface.h"
1817#include " flang/Lower/Coarray.h"
3231#include " flang/Lower/PFTBuilder.h"
3332#include " flang/Lower/Runtime.h"
3433#include " flang/Lower/StatementContext.h"
34+ #include " flang/Lower/Support/ReductionProcessor.h"
3535#include " flang/Lower/Support/Utils.h"
3636#include " flang/Optimizer/Builder/BoxValue.h"
3737#include " flang/Optimizer/Builder/CUFCommon.h"
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ add_flang_library(FortranLower
2828 OpenMP/DataSharingProcessor.cpp
2929 OpenMP/Decomposer.cpp
3030 OpenMP/OpenMP.cpp
31- OpenMP/ReductionProcessor.cpp
3231 OpenMP/Utils.cpp
3332 PFTBuilder.cpp
3433 Runtime.cpp
3534 Support/PrivateReductionUtils.cpp
35+ Support/ReductionProcessor.cpp
3636 Support/Utils.cpp
3737 SymbolMap.cpp
3838 VectorSubscripts.cpp
Original file line number Diff line number Diff line change 1212#ifndef FORTRAN_LOWER_CLAUSEFINDER_H
1313#define FORTRAN_LOWER_CLAUSEFINDER_H
1414
15- #include " Clauses.h"
15+ #include " flang/Lower/OpenMP/ Clauses.h"
1616
1717namespace Fortran {
1818namespace lower {
Original file line number Diff line number Diff line change 1111// ===----------------------------------------------------------------------===//
1212
1313#include " ClauseProcessor.h"
14- #include " Clauses.h"
15- #include " ReductionProcessor.h"
1614#include " Utils.h"
1715
1816#include " flang/Lower/ConvertExprToHLFIR.h"
17+ #include " flang/Lower/OpenMP/Clauses.h"
1918#include " flang/Lower/PFTBuilder.h"
19+ #include " flang/Lower/Support/ReductionProcessor.h"
2020#include " flang/Parser/tools.h"
2121#include " flang/Semantics/tools.h"
2222#include " llvm/Frontend/OpenMP/OMP.h.inc"
Original file line number Diff line number Diff line change 1313#define FORTRAN_LOWER_CLAUSEPROCESSOR_H
1414
1515#include " ClauseFinder.h"
16- #include " Clauses.h"
1716#include " Utils.h"
1817#include " flang/Lower/AbstractConverter.h"
1918#include " flang/Lower/Bridge.h"
2019#include " flang/Lower/DirectivesCommon.h"
20+ #include " flang/Lower/OpenMP/Clauses.h"
2121#include " flang/Optimizer/Builder/Todo.h"
2222#include " flang/Parser/dump-parse-tree.h"
2323#include " flang/Parser/parse-tree.h"
Original file line number Diff line number Diff line change 66//
77// ===----------------------------------------------------------------------===//
88
9- #include " Clauses.h"
9+ #include " flang/Lower/OpenMP/ Clauses.h"
1010
1111#include " flang/Common/idioms.h"
1212#include " flang/Evaluate/expression.h"
Original file line number Diff line number Diff line change 1212#ifndef FORTRAN_LOWER_DATASHARINGPROCESSOR_H
1313#define FORTRAN_LOWER_DATASHARINGPROCESSOR_H
1414
15- #include " Clauses.h"
1615#include " flang/Lower/AbstractConverter.h"
1716#include " flang/Lower/OpenMP.h"
17+ #include " flang/Lower/OpenMP/Clauses.h"
1818#include " flang/Optimizer/Builder/FIRBuilder.h"
1919#include " flang/Parser/parse-tree.h"
2020#include " flang/Semantics/symbol.h"
Original file line number Diff line number Diff line change 1212
1313#include " Decomposer.h"
1414
15- #include " Clauses.h"
1615#include " Utils.h"
16+ #include " flang/Lower/OpenMP/Clauses.h"
1717#include " flang/Lower/PFTBuilder.h"
1818#include " flang/Semantics/semantics.h"
1919#include " flang/Tools/CrossToolHelpers.h"
You can’t perform that action at this time.
0 commit comments