[Mlir-commits] [mlir] [MLIR][LLVM] Add Continuous Loop Peeling	transform to SCF (PR #71555)
    Matthias Springer 
    llvmlistbot at llvm.org
       
    Sun Nov 12 18:04:44 PST 2023
    
    
  
================
@@ -105,6 +106,168 @@ static void specializeForLoopForUnrolling(ForOp op) {
   op.erase();
 }
 
+static LogicalResult splitLoopHelper(RewriterBase &b, scf::ForOp &forOp,
----------------
matthias-springer wrote:
Add comment to this function.
https://github.com/llvm/llvm-project/pull/71555
    
    
More information about the Mlir-commits
mailing list