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 1616#include " mlir/Dialect/Arith/IR/Arith.h"
1717#include " mlir/Dialect/Arith/Utils/Utils.h"
1818#include " mlir/Dialect/Func/IR/FuncOps.h"
19- #include " mlir/Dialect/Linalg/IR/Linalg.h"
2019#include " mlir/Dialect/SCF/Utils/Utils.h"
2120#include " mlir/Dialect/Tensor/IR/Tensor.h"
2221#include " mlir/Dialect/Utils/IndexingUtils.h"
Original file line number Diff line number Diff line change @@ -2831,6 +2831,7 @@ cc_library(
28312831 ":TensorTransforms" ,
28322832 ":TilingInterface" ,
28332833 ":TransformUtils" ,
2834+ ":ViewLikeInterface" ,
28342835 "//llvm:Support" ,
28352836 ],
28362837)
@@ -7525,6 +7526,7 @@ cc_library(
75257526 ":TilingInterface" ,
75267527 ":TransformUtils" ,
75277528 ":ValueBoundsOpInterface" ,
7529+ ":ViewLikeInterface" ,
75287530 ":VectorDialect" ,
75297531 ":VectorUtils" ,
75307532 "//llvm:Support" ,
You can’t perform that action at this time.
0 commit comments