File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
mlir/lib/Dialect/SCF/Transforms
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 16
16
#include " mlir/Dialect/Arith/IR/Arith.h"
17
17
#include " mlir/Dialect/Arith/Utils/Utils.h"
18
18
#include " mlir/Dialect/Func/IR/FuncOps.h"
19
- #include " mlir/Dialect/Linalg/IR/Linalg.h"
20
19
#include " mlir/Dialect/SCF/Utils/Utils.h"
21
20
#include " mlir/Dialect/Tensor/IR/Tensor.h"
22
21
#include " mlir/Dialect/Utils/IndexingUtils.h"
Original file line number Diff line number Diff line change @@ -2831,6 +2831,7 @@ cc_library(
2831
2831
":TensorTransforms" ,
2832
2832
":TilingInterface" ,
2833
2833
":TransformUtils" ,
2834
+ ":ViewLikeInterface" ,
2834
2835
"//llvm:Support" ,
2835
2836
],
2836
2837
)
@@ -7525,6 +7526,7 @@ cc_library(
7525
7526
":TilingInterface" ,
7526
7527
":TransformUtils" ,
7527
7528
":ValueBoundsOpInterface" ,
7529
+ ":ViewLikeInterface" ,
7528
7530
":VectorDialect" ,
7529
7531
":VectorUtils" ,
7530
7532
"//llvm:Support" ,
You can’t perform that action at this time.
0 commit comments