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 8250c0d commit 3cd5cc6Copy full SHA for 3cd5cc6
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -4718,8 +4718,7 @@ VectorizationFactor LoopVectorizationPlanner::selectEpilogueVectorizationFactor(
4718
4719
if (EpilogueVectorizationForceVF > 1) {
4720
LLVM_DEBUG(dbgs() << "LEV: Epilogue vectorization factor is forced.\n");
4721
- ElementCount ForcedEC =
4722
- ElementCount::getFixed(EpilogueVectorizationForceVF);
+ ElementCount ForcedEC = ElementCount::getFixed(EpilogueVectorizationForceVF);
4723
if (hasPlanWithVF(ForcedEC))
4724
return {ForcedEC, 0, 0};
4725
0 commit comments