[Mlir-commits] [mlir] [MLIR][LLVM] Add Continuous Loop Peeling transform to SCF (PR #71555)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Nov 15 03:10:13 PST 2023


================
@@ -105,6 +106,168 @@ static void specializeForLoopForUnrolling(ForOp op) {
   op.erase();
 }
 
+static LogicalResult splitLoopHelper(RewriterBase &b, scf::ForOp &forOp,
----------------
muneebkhan85 wrote:

Done.

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


More information about the Mlir-commits mailing list