[mlir] Remove unnecessary dependency on Tensor from MemRef

This commit is contained in:
River Riddle 2022-01-24 22:59:01 -08:00
parent 320dc8c4df
commit 881ff4e4eb
3 changed files with 2 additions and 1 deletions

View File

@ -20,4 +20,5 @@ add_mlir_conversion_library(MLIRStandardToSPIRV
MLIRSupport
MLIRTransformUtils
MLIRStandard
MLIRTensor
)

View File

@ -17,4 +17,5 @@ add_mlir_dialect_library(MLIRAffine
MLIRMemRef
MLIRSideEffectInterfaces
MLIRStandard
MLIRTensor
)

View File

@ -20,6 +20,5 @@ add_mlir_dialect_library(MLIRMemRef
MLIRIR
MLIRMemRefUtils
MLIRStandard
MLIRTensor
MLIRViewLikeInterface
)