Skip to content

Commit 8a267b7

Browse files
committed
[SLP][NFC]Remove unused variable
1 parent 079746d commit 8a267b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4903,7 +4903,6 @@ BoUpSLP::LoadsState BoUpSLP::canVectorizeLoads(
49034903
if (DemandedElts.isAllOnes())
49044904
// All loads gathered - try smaller VF.
49054905
continue;
4906-
InstructionCost ScalarVFGEPCost = 0;
49074906
// Can be vectorized later as a serie of loads/insertelements.
49084907
InstructionCost VecLdCost = 0;
49094908
if (!DemandedElts.isZero()) {

0 commit comments

Comments
 (0)