[llvm] [VPlan] Refactor VPlan creation, add transform introducing region (NFC). (PR #128419)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Feb 28 14:36:25 PST 2025
    
    
  
================
@@ -52,6 +52,21 @@ struct VPlanTransforms {
       verifyVPlanIsValid(Plan);
   }
 
+  /// Introduce the top-level VPRegionBlock for the main loop in \p Plan. Coming
+  /// in this function, \p Plan's top-level loop is modeled using a plain CFG.
+  /// This transforms replaces the plain CFG with a VPRegionBlock wrapping the
+  /// top-level loop and creates a VPValue expressions for the original trip
----------------
ayalz wrote:
```suggestion
  /// and creates a VPValue expressions for the original trip
```
https://github.com/llvm/llvm-project/pull/128419
    
    
More information about the llvm-commits
mailing list