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 500db9b commit be2e9f8Copy full SHA for be2e9f8
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -11791,9 +11791,9 @@ BoUpSLP::isGatherShuffledEntry(
11791
if (TE == VectorizableTree.front().get() &&
11792
(GatheredLoadsEntriesFirst == NoGatheredLoads ||
11793
none_of(ArrayRef(VectorizableTree).drop_front(),
11794
- [](const std::unique_ptr<TreeEntry> &TE) {
11795
- return TE->State != TreeEntry::NeedToGather;
11796
- })))
+ [](const std::unique_ptr<TreeEntry> &TE) {
+ return TE->State != TreeEntry::NeedToGather;
+ })))
11797
return {};
11798
// FIXME: Gathering for non-power-of-2 nodes not implemented yet.
11799
if (TE->isNonPowOf2Vec())
0 commit comments