Skip to content

Commit ba03acd

Browse files
committed
Fix formatting
Created using spr 1.3.5
1 parent b0e4d40 commit ba03acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14171,7 +14171,7 @@ Instruction &BoUpSLP::getLastInstructionInBundle(const TreeEntry *E) {
1417114171
}
1417214172
assert(((E->getOpcode() == Instruction::GetElementPtr &&
1417314173
!isa<GetElementPtrInst>(I)) ||
14174-
E->State == TreeEntry::SplitVectorize ||
14174+
E->State == TreeEntry::SplitVectorize ||
1417514175
(isVectorLikeInstWithConstOps(LastInst) &&
1417614176
isVectorLikeInstWithConstOps(I)) ||
1417714177
(GatheredLoadsEntriesFirst.has_value() &&

0 commit comments

Comments
 (0)