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 9d6f74a commit a610993Copy full SHA for a610993
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -18887,8 +18887,7 @@ Value *BoUpSLP::vectorizeTree(TreeEntry *E) {
18887
if (!UseIntrinsic) {
18888
VFShape Shape =
18889
VFShape::get(CI->getFunctionType(),
18890
- ElementCount::getFixed(
18891
- static_cast<unsigned>(VecTy->getNumElements())),
+ ElementCount::getFixed(VecTy->getNumElements()),
18892
false /*HasGlobalPred*/);
18893
CF = VFDatabase(*CI).getVectorizedFunction(Shape);
18894
} else {
0 commit comments