Skip to content

Commit 575a897

Browse files
committed
Eliminate NewSel value push to Worklist
1 parent 42b4bf4 commit 575a897

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Vectorize/VectorCombine.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1963,7 +1963,6 @@ bool VectorCombine::foldShuffleOfSelects(Instruction &I) {
19631963
Worklist.pushValue(ShuffleCmp);
19641964
Worklist.pushValue(ShuffleTrue);
19651965
Worklist.pushValue(ShuffleFalse);
1966-
Worklist.pushValue(NewSel);
19671966
replaceValue(I, *NewSel);
19681967
return true;
19691968
}

0 commit comments

Comments
 (0)