[llvm] [VPlan] Move predication to VPlanTransform (NFC). (PR #128420)

via llvm-commits llvm-commits at lists.llvm.org
Tue May 20 07:01:46 PDT 2025


================
@@ -66,8 +66,7 @@ class PlainCFGBuilder {
       : TheLoop(Lp), LI(LI), Plan(std::make_unique<VPlan>(Lp)) {}
 
   /// Build plain CFG for TheLoop  and connects it to Plan's entry.
----------------
ayalz wrote:

```suggestion
  /// Build plain CFG for TheLoop and connect it to Plan's entry.
```

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


More information about the llvm-commits mailing list