[llvm] [LV][VPlan] Print VPlan after construction and initial optimizations. NFC (PR #187443)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 24 02:33:33 PDT 2026


================
@@ -8025,6 +8025,9 @@ VPRecipeBuilder::tryToCreateWidenNonPhiRecipe(VPSingleDefRecipe *R,
   return tryToWiden(VPI);
 }
 
+// To make RUN_VPLAN_PASS print initial VPlan.
----------------
lukel97 wrote:

```suggestion
// To allow RUN_VPLAN_PASS to print the optimized VPlan.
```

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


More information about the llvm-commits mailing list