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 4f42e16 commit 7ffb691Copy full SHA for 7ffb691
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
@@ -588,7 +588,6 @@ static SmallVector<VPUser *> collectUsersRecursively(VPValue *V) {
588
/// vector extracts.
589
static void legalizeAndOptimizeInductions(VPlan &Plan) {
590
using namespace llvm::VPlanPatternMatch;
591
- SmallVector<VPRecipeBase *> ToRemove;
592
VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock();
593
bool HasOnlyVectorVFs = !Plan.hasVF(ElementCount::getFixed(1));
594
VPBuilder Builder(HeaderVPBB, HeaderVPBB->getFirstNonPhi());
0 commit comments