We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e4973 commit d0d6083Copy full SHA for d0d6083
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -7093,7 +7093,7 @@ class BoUpSLP::ShuffleCostEstimator : public BaseShuffleAnalysis {
7093
NumElts = std::max(NumElts, VecTy->getNumElements());
7094
}
7095
assert(NumElts > 0 &&
7096
- "Expected at least 2-element fixed length vector(s).");
+ "Expected at least 1-element fixed length vector(s).");
7097
auto *VecTy = FixedVectorType::get(VL.front()->getType(), NumElts);
7098
unsigned NumOfParts = TTI.getNumberOfParts(VecTy);
7099
if (!NumOfParts || NumElts < NumOfParts)
0 commit comments