File tree Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99#ifndef FORTRAN_LOWER_OPENMPUTILS_H
1010#define FORTRAN_LOWER_OPENMPUTILS_H
1111
12- #include " Clauses.h"
12+ #include " flang/Lower/OpenMP/ Clauses.h"
1313#include " mlir/Dialect/OpenMP/OpenMPDialect.h"
1414#include " mlir/IR/Location.h"
1515#include " mlir/IR/Value.h"
File renamed without changes.
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 @@ -29,11 +29,11 @@ add_flang_library(FortranLower
2929 OpenMP/DataSharingProcessor.cpp
3030 OpenMP/Decomposer.cpp
3131 OpenMP/OpenMP.cpp
32- OpenMP/ReductionProcessor.cpp
3332 OpenMP/Utils.cpp
3433 PFTBuilder.cpp
3534 Runtime.cpp
3635 Support/PrivateReductionUtils.cpp
36+ Support/ReductionProcessor.cpp
3737 Support/Utils.cpp
3838 SymbolMap.cpp
3939 VectorSubscripts.cpp
Original file line number Diff line number Diff line change 1212
1313#include " ClauseProcessor.h"
1414
15- #include " ReductionProcessor.h"
1615#include " flang/Lower/ConvertExprToHLFIR.h"
1716#include " flang/Lower/OpenMP/Clauses.h"
1817#include " flang/Lower/OpenMP/Utils.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 " flang/Support/OpenMP-utils.h"
Original file line number Diff line number Diff line change 1010//
1111// ===----------------------------------------------------------------------===//
1212
13- #include " ReductionProcessor.h"
13+ #include " flang/Lower/Support/ ReductionProcessor.h"
1414
1515#include " flang/Lower/AbstractConverter.h"
1616#include " flang/Lower/ConvertType.h"
You can’t perform that action at this time.
0 commit comments