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

Kunwar Grover llvmlistbot at llvm.org
Tue Dec 17 06:58:12 PST 2024


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

done

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


More information about the Mlir-commits mailing list