[mlir][Linalg] Fix a missing copy when source of insert_slice is not inplace.
When the source tensor of a tensor.insert_slice is not equivalent to an inplace buffer an extra copy is necessary. This revision adds the missing copy. Reviewed By: gysit Differential Revision: https://reviews.llvm.org/D106587
Loading
Please sign in to comment