[llvm] [VPlan] Construct VPlan0 once, share across buildVPlans calls. (NFC) (PR #197276)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu May 21 06:41:36 PDT 2026
================
@@ -5632,6 +5637,7 @@ void LoopVectorizationPlanner::plan(ElementCount UserVF, unsigned UserIC) {
ElementCount MaxUserVF =
UserVF.isScalable() ? MaxFactors.ScalableVF : MaxFactors.FixedVF;
+
----------------
fhahn wrote:
dropped thanks
https://github.com/llvm/llvm-project/pull/197276
More information about the llvm-commits
mailing list