mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 22:06:06 +00:00
[mlir][bazel] Add bazel build support for 2b2ce50fe8
(#94126)
Also drop errant header include from `Linalg` dialect into `Dialect/SCF/Transforms/TileUsingInterface.cpp`
This commit is contained in:
parent
6e22b538da
commit
e7e6e1ecad
@ -16,7 +16,6 @@
|
||||
#include "mlir/Dialect/Arith/IR/Arith.h"
|
||||
#include "mlir/Dialect/Arith/Utils/Utils.h"
|
||||
#include "mlir/Dialect/Func/IR/FuncOps.h"
|
||||
#include "mlir/Dialect/Linalg/IR/Linalg.h"
|
||||
#include "mlir/Dialect/SCF/Utils/Utils.h"
|
||||
#include "mlir/Dialect/Tensor/IR/Tensor.h"
|
||||
#include "mlir/Dialect/Utils/IndexingUtils.h"
|
||||
|
@ -2831,6 +2831,7 @@ cc_library(
|
||||
":TensorTransforms",
|
||||
":TilingInterface",
|
||||
":TransformUtils",
|
||||
":ViewLikeInterface",
|
||||
"//llvm:Support",
|
||||
],
|
||||
)
|
||||
@ -7525,6 +7526,7 @@ cc_library(
|
||||
":TilingInterface",
|
||||
":TransformUtils",
|
||||
":ValueBoundsOpInterface",
|
||||
":ViewLikeInterface",
|
||||
":VectorDialect",
|
||||
":VectorUtils",
|
||||
"//llvm:Support",
|
||||
|
Loading…
x
Reference in New Issue
Block a user