Skip to content

Commit

Permalink
[SLP][NFC]Remove unused variable, NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-bataev committed Oct 19, 2022
1 parent 66e3589 commit b8b740c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Expand Up @@ -6795,7 +6795,6 @@ InstructionCost BoUpSLP::getEntryCost(const TreeEntry *E,
VecCost += TTI->getCastInstrCost(E->getAltOpcode(), VecTy, Src1Ty,
TTI::CastContextHint::None, CostKind);
}
SmallVector<int> Mask;
if (E->ReuseShuffleIndices.empty()) {
VecCost +=
TTI->getShuffleCost(TargetTransformInfo::SK_Select, FinalVecTy);
Expand Down

0 comments on commit b8b740c

Please sign in to comment.