Skip to content

Commit fff92b6

Browse files
author
Mikhail Gudim
committed
format
1 parent eab1748 commit fff92b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6921,8 +6921,8 @@ bool BoUpSLP::isStridedLoad(ArrayRef<Value *> PointerOps, Type *ScalarTy,
69216921

69226922
bool BoUpSLP::analyzeConstantStrideCandidate(
69236923
ArrayRef<Value *> PointerOps, Type *ElemTy, Align Alignment,
6924-
const SmallVectorImpl<unsigned> &SortedIndices, const int64_t Diff, Value *Ptr0,
6925-
Value *PtrN, StridedPtrInfo &SPtrInfo) const {
6924+
const SmallVectorImpl<unsigned> &SortedIndices, const int64_t Diff,
6925+
Value *Ptr0, Value *PtrN, StridedPtrInfo &SPtrInfo) const {
69266926
const unsigned Sz = PointerOps.size();
69276927
SmallVector<int64_t> SortedOffsetsFromBase(Sz);
69286928
// Go through `PointerOps` in sorted order and record offsets from `Ptr0`.

0 commit comments

Comments
 (0)