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 9
9
#ifndef FORTRAN_LOWER_OPENMPUTILS_H
10
10
#define FORTRAN_LOWER_OPENMPUTILS_H
11
11
12
- #include " Clauses.h"
12
+ #include " flang/Lower/OpenMP/ Clauses.h"
13
13
#include " mlir/Dialect/OpenMP/OpenMPDialect.h"
14
14
#include " mlir/IR/Location.h"
15
15
#include " mlir/IR/Value.h"
File renamed without changes.
Original file line number Diff line number Diff line change 12
12
13
13
#include " flang/Lower/Bridge.h"
14
14
15
- #include " OpenMP/ReductionProcessor.h"
16
15
#include " flang/Lower/Allocatable.h"
17
16
#include " flang/Lower/CallInterface.h"
18
17
#include " flang/Lower/Coarray.h"
32
31
#include " flang/Lower/PFTBuilder.h"
33
32
#include " flang/Lower/Runtime.h"
34
33
#include " flang/Lower/StatementContext.h"
34
+ #include " flang/Lower/Support/ReductionProcessor.h"
35
35
#include " flang/Lower/Support/Utils.h"
36
36
#include " flang/Optimizer/Builder/BoxValue.h"
37
37
#include " flang/Optimizer/Builder/CUFCommon.h"
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ add_flang_library(FortranLower
29
29
OpenMP/DataSharingProcessor.cpp
30
30
OpenMP/Decomposer.cpp
31
31
OpenMP/OpenMP.cpp
32
- OpenMP/ReductionProcessor.cpp
33
32
OpenMP/Utils.cpp
34
33
PFTBuilder.cpp
35
34
Runtime.cpp
36
35
Support/PrivateReductionUtils.cpp
36
+ Support/ReductionProcessor.cpp
37
37
Support/Utils.cpp
38
38
SymbolMap.cpp
39
39
VectorSubscripts.cpp
Original file line number Diff line number Diff line change 12
12
13
13
#include " ClauseProcessor.h"
14
14
15
- #include " ReductionProcessor.h"
16
15
#include " flang/Lower/ConvertExprToHLFIR.h"
17
16
#include " flang/Lower/OpenMP/Clauses.h"
18
17
#include " flang/Lower/OpenMP/Utils.h"
19
18
#include " flang/Lower/PFTBuilder.h"
19
+ #include " flang/Lower/Support/ReductionProcessor.h"
20
20
#include " flang/Parser/tools.h"
21
21
#include " flang/Semantics/tools.h"
22
22
#include " flang/Support/OpenMP-utils.h"
Original file line number Diff line number Diff line change 10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
12
13
- #include " ReductionProcessor.h"
13
+ #include " flang/Lower/Support/ ReductionProcessor.h"
14
14
15
15
#include " flang/Lower/AbstractConverter.h"
16
16
#include " flang/Lower/ConvertType.h"
You can’t perform that action at this time.
0 commit comments