================ @@ -242,6 +311,8 @@ struct ForLoopPeelingPattern : public OpRewritePattern<ForOp> { return success(); } + bool peelFront; ---------------- antiagainst wrote: Add comments for this? https://github.com/llvm/llvm-project/pull/74015