================ @@ -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