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 1e2243e commit f9aa6a7Copy full SHA for f9aa6a7
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