Skip to content

Commit 7ffb691

Browse files
committed
[VPlan] Remove dead ToRemove (NFC).
1 parent 4f42e16 commit 7ffb691

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,6 @@ static SmallVector<VPUser *> collectUsersRecursively(VPValue *V) {
588588
/// vector extracts.
589589
static void legalizeAndOptimizeInductions(VPlan &Plan) {
590590
using namespace llvm::VPlanPatternMatch;
591-
SmallVector<VPRecipeBase *> ToRemove;
592591
VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock();
593592
bool HasOnlyVectorVFs = !Plan.hasVF(ElementCount::getFixed(1));
594593
VPBuilder Builder(HeaderVPBB, HeaderVPBB->getFirstNonPhi());

0 commit comments

Comments
 (0)