Changes to `SCFFuseProducerOfSliceResult` to also return the operations created durin...
authorMahesh Ravishankar <ravishankarm@google.com>
Mon, 20 Mar 2023 18:58:39 +0000 (18:58 +0000)
committerMahesh Ravishankar <ravishankarm@google.com>
Mon, 20 Mar 2023 20:55:48 +0000 (20:55 +0000)
commit3af1c48c66a3cf906bd35c2a6e9d96b28ad19438
tree7ad74fcd7f98b51061a9050d50186c336ce62aad
parent091422adc1d7478b126a967c795414840c5c0c97
Changes to `SCFFuseProducerOfSliceResult` to also return the operations created during fusion.

This is follow up to https://reviews.llvm.org/D145133 that allows
propogating information about ops that are fused back to the caller.

Reviewed By: hanchung

Differential Revision: https://reviews.llvm.org/D146254
mlir/include/mlir/Dialect/SCF/Transforms/TileUsingInterface.h
mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp