[mlir][Tensor] Implement reifyReturnTypeShapesPerResultDim for tensor.insert_slice.

Differential Revision: https://reviews.llvm.org/D105852
This commit is contained in:
MaheshRavishankar
2021-07-13 14:51:20 -07:00
parent 123e8dfcf8
commit f2b5e438aa
6 changed files with 46 additions and 8 deletions

View File

@@ -3761,6 +3761,7 @@ td_library(
deps = [
":CastInterfacesTdFiles",
":ControlFlowInterfacesTdFiles",
":InferTypeOpInterfaceTdFiles",
":OpBaseTdFiles",
":SideEffectInterfacesTdFiles",
":ViewLikeInterfaceTdFiles",
@@ -3814,6 +3815,7 @@ cc_library(
":ControlFlowInterfaces",
":DialectUtils",
":IR",
":InferTypeOpInterface",
":SideEffectInterfaces",
":StandardOps",
":Support",