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 0e53c62 commit abcad90Copy full SHA for abcad90
llvm/lib/Transforms/Vectorize/VectorCombine.cpp
@@ -1954,6 +1954,7 @@ bool VectorCombine::foldShuffleOfSelects(Instruction &I) {
1954
if (isa<FPMathOperator>(NewSel))
1955
cast<Instruction>(NewSel)->setFastMathFlags(Select0->getFastMathFlags());
1956
1957
+ Worklist.pushValue(NewSel);
1958
replaceValue(I, *NewSel);
1959
return true;
1960
}
0 commit comments