Skip to content

Commit 139751e

Browse files
committed
[mlir:Vector][NFC] Remove unnecessary dependency on Affine
1 parent 607ffa5 commit 139751e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

mlir/lib/Dialect/MemRef/Transforms/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ add_mlir_dialect_library(MLIRMemRefTransforms
1313

1414
LINK_LIBS PUBLIC
1515
MLIRAffine
16+
MLIRAffineUtils
1617
MLIRArithmetic
1718
MLIRInferTypeOpInterface
1819
MLIRMemRef
1920
MLIRPass
21+
MLIRStandard
2022
MLIRTensor
2123
MLIRTransforms
2224
MLIRVector

mlir/lib/Dialect/Vector/IR/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ add_mlir_dialect_library(MLIRVector
99
MLIRVectorOpsEnumsIncGen
1010

1111
LINK_LIBS PUBLIC
12-
MLIRAffine
13-
MLIRAffineAnalysis
14-
MLIRAffineUtils
1512
MLIRArithmetic
13+
MLIRDataLayoutInterfaces
1614
MLIRDialectUtils
1715
MLIRIR
1816
MLIRMemRef
1917
MLIRSideEffectInterfaces
18+
MLIRTensor
2019
MLIRVectorInterfaces
2120
)

0 commit comments

Comments
 (0)