[llvm] [LoopVectorizer] Prune VFs based on plan register pressure (PR #132190)
Sam Tebbs via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 15 02:24:09 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
----------------
SamTebbs33 wrote:
Great idea, done.
https://github.com/llvm/llvm-project/pull/132190
More information about the llvm-commits
mailing list