Skip to content

Commit 3cd5cc6

Browse files
committed
!fixup undo unrelated change
1 parent 8250c0d commit 3cd5cc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4718,8 +4718,7 @@ VectorizationFactor LoopVectorizationPlanner::selectEpilogueVectorizationFactor(
47184718

47194719
if (EpilogueVectorizationForceVF > 1) {
47204720
LLVM_DEBUG(dbgs() << "LEV: Epilogue vectorization factor is forced.\n");
4721-
ElementCount ForcedEC =
4722-
ElementCount::getFixed(EpilogueVectorizationForceVF);
4721+
ElementCount ForcedEC = ElementCount::getFixed(EpilogueVectorizationForceVF);
47234722
if (hasPlanWithVF(ForcedEC))
47244723
return {ForcedEC, 0, 0};
47254724

0 commit comments

Comments
 (0)