Skip to content

Commit 0833db8

Browse files
author
Mikhail Gudim
committed
removed wrong return true.
1 parent 393f949 commit 0833db8

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
@@ -6968,7 +6968,6 @@ bool BoUpSLP::analyzeRtStrideCandidate(ArrayRef<Value *> PointerOps,
69686968
Type *ScalarTy, Align CommonAlignment,
69696969
SmallVectorImpl<unsigned> &SortedIndices,
69706970
StridedPtrInfo &SPtrInfo) const {
6971-
return true;
69726971
const unsigned Sz = PointerOps.size();
69736972
// TODO: VecSz may change if we widen the strided load.
69746973
unsigned VecSz = Sz;

0 commit comments

Comments
 (0)