Skip to content

Commit e7e6e1e

Browse files
[mlir][bazel] Add bazel build support for 2b2ce50 (#94126)
Also drop errant header include from `Linalg` dialect into `Dialect/SCF/Transforms/TileUsingInterface.cpp`
1 parent 6e22b53 commit e7e6e1e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
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"

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)