[mlir][Tensor] Make `TilingInterface` implementation only return handle to the create...
authorMahesh Ravishankar <ravishankarm@google.com>
Mon, 20 Mar 2023 21:04:55 +0000 (21:04 +0000)
committerMahesh Ravishankar <ravishankarm@google.com>
Mon, 20 Mar 2023 21:23:18 +0000 (21:23 +0000)
commit411b1d8f079533860a990ee615abae3b0e6dbd8b
tree2b494bb5afcb0af1e042ccb0b9a5c65d21db7b4e
parentd0e507f56990fa09fe9ce326419dda8d54486c0a
[mlir][Tensor] Make `TilingInterface` implementation only return handle to the created `pad` operation.

Pad tiling implementation only needs to return the tiled pad
operation. The rest of the generated code is related to handling
boundary conditions.

Reviewed By: hanchung

Differential Revision: https://reviews.llvm.org/D146439
mlir/lib/Dialect/Tensor/IR/TensorTilingInterfaceImpl.cpp