[Mlir-commits] [mlir] [mlir][tensor] Forward concat insert_slice destination into DPS provider (PR #183490)

Dhruv Chauhan llvmlistbot at llvm.org
Thu Apr 2 03:11:42 PDT 2026


================
@@ -246,6 +246,7 @@ struct InsertSliceOfInsertSliceFolder : public OpRewritePattern<OpTy> {
 
 void tensor::populateFoldTensorSubsetOpPatterns(RewritePatternSet &patterns) {
   populateFoldTensorSubsetIntoVectorTransferPatterns(patterns);
+  populateForwardConcatInsertSliceDestPatterns(patterns);
----------------
dchauhan-arm wrote:

Apologies for the confusion. I thought the fix would be simple, and hoped to land a revert + fix in one go. Revert PR opened https://github.com/llvm/llvm-project/pull/190143

https://github.com/llvm/llvm-project/pull/183490


More information about the Mlir-commits mailing list