[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:24 PST 2025


================
@@ -180,7 +180,7 @@ VPBasicBlock *PlainCFGBuilder::getOrCreateVPBB(BasicBlock *BB) {
 
   // Get or create a region for the loop containing BB.
----------------
ayalz wrote:

```suggestion
  // Get or create a region for the loop containing BB, except for the top region of TheLoop which is created later.
```

https://github.com/llvm/llvm-project/pull/128419


More information about the llvm-commits mailing list