[llvm] [VPlan] Only use selectVectorizationFactor for cross-check (NFCI). (PR #103033)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 05:12:14 PDT 2024


================
@@ -7217,18 +7198,21 @@ InstructionCost LoopVectorizationPlanner::cost(VPlan &Plan,
   return Cost;
 }
 
-ElementCount LoopVectorizationPlanner::getBestVF() {
+VectorizationFactor LoopVectorizationPlanner::getBestVF() {
----------------
fhahn wrote:

Done in 740f05545150fb01cfca8c16da50c956b4f30959, thanks!

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


More information about the llvm-commits mailing list