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 16fffdf commit 713fbcbCopy full SHA for 713fbcb
llvm/lib/Transforms/Vectorize/VectorCombine.cpp
@@ -2052,7 +2052,6 @@ bool VectorCombine::foldShuffleOfSelects(Instruction &I) {
2052
2053
auto *SrcVecTy = cast<FixedVectorType>(T1->getType());
2054
auto *DstVecTy = cast<FixedVectorType>(I.getType());
2055
-
2056
auto SK = TargetTransformInfo::SK_PermuteTwoSrc;
2057
auto SelOp = Instruction::Select;
2058
InstructionCost OldCost = TTI.getCmpSelInstrCost(
0 commit comments