[llvm] [LoopVectorizer] Prune VFs based on plan register pressure (PR #132190)
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 14 08:42:48 PDT 2025
================
@@ -4526,6 +4506,253 @@ static bool willGenerateVectors(VPlan &Plan, ElementCount VF,
return false;
}
+/// Get the VF scaling factor applied to the recipe's output, if the recipe has
----------------
sdesmalen-arm wrote:
+1 to that :)
https://github.com/llvm/llvm-project/pull/132190
More information about the llvm-commits
mailing list