[Mlir-commits] [mlir] [mlir][SCF] Unify tileUsingFor and tileReductionUsingFor implementation (PR #120115)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Dec 16 17:19:57 PST 2024


================
@@ -570,6 +570,146 @@ static LogicalResult generateLoopNest(
   return rewriter.notifyMatchFailure(loc, "unhandled loop type");
 }
 
+static LogicalResult
----------------
MaheshRavishankar wrote:

Could we replace this wil `FailureOr<SmallVector<Value>>` . Trying to avoid return by reference.

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


More information about the Mlir-commits mailing list