forked from OSchip/llvm-project
[mlir] Remove unnecessary dependency on Tensor from MemRef
This commit is contained in:
parent
320dc8c4df
commit
881ff4e4eb
|
@ -20,4 +20,5 @@ add_mlir_conversion_library(MLIRStandardToSPIRV
|
|||
MLIRSupport
|
||||
MLIRTransformUtils
|
||||
MLIRStandard
|
||||
MLIRTensor
|
||||
)
|
||||
|
|
|
@ -17,4 +17,5 @@ add_mlir_dialect_library(MLIRAffine
|
|||
MLIRMemRef
|
||||
MLIRSideEffectInterfaces
|
||||
MLIRStandard
|
||||
MLIRTensor
|
||||
)
|
||||
|
|
|
@ -20,6 +20,5 @@ add_mlir_dialect_library(MLIRMemRef
|
|||
MLIRIR
|
||||
MLIRMemRefUtils
|
||||
MLIRStandard
|
||||
MLIRTensor
|
||||
MLIRViewLikeInterface
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue