[llvm] [VPlan] Construct initial once and pass clones to tryToBuildVPlan (NFC). (PR #141363)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon May 26 04:47:11 PDT 2025


================
@@ -8715,11 +8715,13 @@ void LoopVectorizationPlanner::buildVPlansWithVPRecipes(ElementCount MinVF,
     // overlap across all iterations.
     LVer.prepareNoAliasMetadata();
   }
+  auto VPlan0 = VPlanTransforms::buildPlainCFG(OrigLoop, *LI);
----------------
fhahn wrote:

moved down, thanks!

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


More information about the llvm-commits mailing list