Skip to content

Commit 56510f3

Browse files
author
Mikhail Gudim
committed
deleted blank line.
1 parent e8113fb commit 56510f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6474,7 +6474,6 @@ static const SCEV *calculateRtStride(ArrayRef<Value *> PointerOps, Type *ElemTy,
64746474
++Cnt;
64756475
}
64766476
}
6477-
64786477
return Stride;
64796478
}
64806479

@@ -13074,7 +13073,7 @@ void BoUpSLP::transformNodes() {
1307413073
InstructionCost StridedCost = TTI->getStridedMemoryOpCost(
1307513074
Instruction::Load, VecTy, BaseLI->getPointerOperand(),
1307613075
/*VariableMask=*/false, CommonAlignment, CostKind, BaseLI);
13077-
if (StridedCost < OriginalVecCost || ForceStridedLoads)
13076+
if (StridedCost < OriginalVecCost || ForceStridedLoads) {
1307813077
// Strided load is more profitable than consecutive load + reverse -
1307913078
// transform the node to strided load.
1308013079
Type *StrideTy = DL->getIndexType(cast<LoadInst>(E.Scalars.front())

0 commit comments

Comments
 (0)