Skip to content

Commit 416b8ae

Browse files
author
Mikhail Gudim
committed
removed wrong return true.
1 parent 438c303 commit 416b8ae

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
@@ -6884,7 +6884,6 @@ bool BoUpSLP::analyzeRtStrideCandidate(ArrayRef<Value *> PointerOps,
68846884
Type *ScalarTy, Align CommonAlignment,
68856885
SmallVectorImpl<unsigned> &SortedIndices,
68866886
StridedPtrInfo &SPtrInfo) const {
6887-
return true;
68886887
const unsigned Sz = PointerOps.size();
68896888
// TODO: VecSz may change if we widen the strided load.
68906889
unsigned VecSz = Sz;

0 commit comments

Comments
 (0)