Skip to content

Commit be2e9f8

Browse files
committed
Fixed formatting
Created using spr 1.3.5
1 parent 500db9b commit be2e9f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11791,9 +11791,9 @@ BoUpSLP::isGatherShuffledEntry(
1179111791
if (TE == VectorizableTree.front().get() &&
1179211792
(GatheredLoadsEntriesFirst == NoGatheredLoads ||
1179311793
none_of(ArrayRef(VectorizableTree).drop_front(),
11794-
[](const std::unique_ptr<TreeEntry> &TE) {
11795-
return TE->State != TreeEntry::NeedToGather;
11796-
})))
11794+
[](const std::unique_ptr<TreeEntry> &TE) {
11795+
return TE->State != TreeEntry::NeedToGather;
11796+
})))
1179711797
return {};
1179811798
// FIXME: Gathering for non-power-of-2 nodes not implemented yet.
1179911799
if (TE->isNonPowOf2Vec())

0 commit comments

Comments
 (0)