File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
mlir/lib/Dialect/Vector/IR
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ add_mlir_dialect_library(MLIRVectorDialect
11
11
MLIRVectorAttributesIncGen
12
12
13
13
LINK_LIBS PUBLIC
14
+ MLIRAffineDialect
14
15
MLIRArithDialect
15
16
MLIRControlFlowInterfaces
16
17
MLIRDataLayoutInterfaces
@@ -22,5 +23,6 @@ add_mlir_dialect_library(MLIRVectorDialect
22
23
MLIRMemRefDialect
23
24
MLIRSideEffectInterfaces
24
25
MLIRTensorDialect
26
+ MLIRValueBoundsOpInterface
25
27
MLIRVectorInterfaces
26
28
)
Original file line number Diff line number Diff line change @@ -4422,6 +4422,7 @@ cc_library(
4422
4422
]),
4423
4423
includes = ["include" ],
4424
4424
deps = [
4425
+ ":AffineDialect" ,
4425
4426
":ArithDialect" ,
4426
4427
":ArithUtils" ,
4427
4428
":ControlFlowInterfaces" ,
@@ -4436,6 +4437,7 @@ cc_library(
4436
4437
":SideEffectInterfaces" ,
4437
4438
":Support" ,
4438
4439
":TensorDialect" ,
4440
+ ":ValueBoundsOpInterface" ,
4439
4441
":VectorAttributesIncGen" ,
4440
4442
":VectorDialectIncGen" ,
4441
4443
":VectorInterfaces" ,
You can’t perform that action at this time.
0 commit comments