File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
mlir/lib/Dialect/Tensor/IR
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " mlir/Dialect/Affine/IR/AffineOps.h"
10
- #include " mlir/Dialect/Affine/Utils.h"
11
10
#include " mlir/Dialect/Arith/IR/Arith.h"
12
11
#include " mlir/Dialect/Arith/Utils/Utils.h"
13
12
#include " mlir/Dialect/Complex/IR/Complex.h"
Original file line number Diff line number Diff line change @@ -12872,6 +12872,7 @@ cc_library(
12872
12872
":AffineDialect" ,
12873
12873
":AllocationOpInterface" ,
12874
12874
":ArithDialect" ,
12875
+ ":ArithUtils" ,
12875
12876
":BufferDeallocationOpInterfaceIncGen" ,
12876
12877
":BufferViewFlowOpInterfaceIncGen" ,
12877
12878
":BufferizableOpInterfaceIncGen" ,
You can’t perform that action at this time.
0 commit comments