We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9abe8 commit 6fa07a8Copy full SHA for 6fa07a8
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -1199,6 +1199,9 @@ class LoopVectorizationCostModel {
1199
VectorizationFactor
1200
selectVectorizationFactor(const ElementCountSet &CandidateVFs);
1201
1202
+ /// \return The most profitable vectorization factor and the cost of that VF
1203
+ /// for vectorizing the epilogue. Returns VectorizationFactor::Disabled if
1204
+ /// epilogue vectorization is not supported for the loop.
1205
1206
selectEpilogueVectorizationFactor(const ElementCount MaxVF,
1207
const LoopVectorizationPlanner &LVP);
0 commit comments