Skip to content
Snippets Groups Projects
Commit 139751e5 authored by River Riddle's avatar River Riddle
Browse files

[mlir:Vector][NFC] Remove unnecessary dependency on Affine

parent 607ffa55
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,12 @@ add_mlir_dialect_library(MLIRMemRefTransforms
LINK_LIBS PUBLIC
MLIRAffine
MLIRAffineUtils
MLIRArithmetic
MLIRInferTypeOpInterface
MLIRMemRef
MLIRPass
MLIRStandard
MLIRTensor
MLIRTransforms
MLIRVector
......
......@@ -9,13 +9,12 @@ add_mlir_dialect_library(MLIRVector
MLIRVectorOpsEnumsIncGen
LINK_LIBS PUBLIC
MLIRAffine
MLIRAffineAnalysis
MLIRAffineUtils
MLIRArithmetic
MLIRDataLayoutInterfaces
MLIRDialectUtils
MLIRIR
MLIRMemRef
MLIRSideEffectInterfaces
MLIRTensor
MLIRVectorInterfaces
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment