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 b0e4d40 commit ba03acdCopy full SHA for ba03acd
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -14171,7 +14171,7 @@ Instruction &BoUpSLP::getLastInstructionInBundle(const TreeEntry *E) {
14171
}
14172
assert(((E->getOpcode() == Instruction::GetElementPtr &&
14173
!isa<GetElementPtrInst>(I)) ||
14174
- E->State == TreeEntry::SplitVectorize ||
+ E->State == TreeEntry::SplitVectorize ||
14175
(isVectorLikeInstWithConstOps(LastInst) &&
14176
isVectorLikeInstWithConstOps(I)) ||
14177
(GatheredLoadsEntriesFirst.has_value() &&
0 commit comments