File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
mlir/lib/Analysis/DataFlow Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 14
14
15
15
#include " mlir/Analysis/DataFlow/IntegerRangeAnalysis.h"
16
16
#include " mlir/Analysis/DataFlow/ConstantPropagationAnalysis.h"
17
+ #include " mlir/Analysis/DataFlow/SparseAnalysis.h"
18
+ #include " mlir/Analysis/DataFlowFramework.h"
19
+ #include " mlir/IR/BuiltinAttributes.h"
20
+ #include " mlir/IR/Dialect.h"
21
+ #include " mlir/IR/OpDefinition.h"
22
+ #include " mlir/IR/Value.h"
23
+ #include " mlir/Interfaces/ControlFlowInterfaces.h"
17
24
#include " mlir/Interfaces/InferIntRangeInterface.h"
18
25
#include " mlir/Interfaces/LoopLikeInterface.h"
26
+ #include " mlir/Support/LLVM.h"
27
+ #include " llvm/ADT/STLExtras.h"
28
+ #include " llvm/Support/Casting.h"
19
29
#include " llvm/Support/Debug.h"
30
+ #include < cassert>
20
31
#include < optional>
32
+ #include < utility>
21
33
22
34
#define DEBUG_TYPE " int-range-analysis"
23
35
You can’t perform that action at this time.
0 commit comments