[llvm] [LV] codegen for tail-folded epilogue loop (PR #208764)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 19 14:32:26 PDT 2026
================
@@ -5790,7 +5816,7 @@ InstructionCost LoopVectorizationPlanner::cost(VPlan &Plan, ElementCount VF,
}
std::pair<VectorizationFactor, VPlan *>
-LoopVectorizationPlanner::computeBestVF() {
+LoopVectorizationPlanner::computeBestVF(bool IsEpilogueTFEnabled) {
----------------
fhahn wrote:
unused?
https://github.com/llvm/llvm-project/pull/208764
More information about the llvm-commits
mailing list