[Mlir-commits] [mlir] [mlir] Fix consumer fusion for producer with multiple results (PR #125915)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Feb 15 14:46:25 PST 2025


================
@@ -1979,6 +2033,26 @@ mlir::scf::tileAndFuseConsumerOfSlice(RewriterBase &rewriter,
         consumerOp, "consumer op's operand doesn't seem to be an OpResult");
   }
 
+  SmallVector<OpOperand *> potentialOperands = {*maybeConsumerOpOperand};
----------------
MaheshRavishankar wrote:

Please leave some comments as to what this is for.

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


More information about the Mlir-commits mailing list