[Mlir-commits] [mlir] [mlir][SCF] Add support for peeling the first iteration out of the loop (PR #74015)

Lei Zhang llvmlistbot at llvm.org
Fri Dec 8 22:07:34 PST 2023


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


More information about the Mlir-commits mailing list