Skip to content

Commit a4c2c3d

Browse files
committed
Remove dead worklist
1 parent ca30d43 commit a4c2c3d

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
@@ -1028,7 +1028,6 @@ void VPlanTransforms::simplifyBlends(VPlan &Plan) {
10281028
using namespace llvm::VPlanPatternMatch;
10291029
ReversePostOrderTraversal<VPBlockDeepTraversalWrapper<VPBlockBase *>> RPOT(
10301030
Plan.getEntry());
1031-
SetVector<VPRecipeBase *> Worklist;
10321031
for (VPBasicBlock *VPBB : VPBlockUtils::blocksOnly<VPBasicBlock>(RPOT)) {
10331032
for (VPRecipeBase &R : make_early_inc_range(*VPBB)) {
10341033
auto *Blend = dyn_cast<VPBlendRecipe>(&R);

0 commit comments

Comments
 (0)