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 c6cf63f commit 3e5d819Copy full SHA for 3e5d819
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -7699,6 +7699,7 @@ static void fixReductionScalarResumeWhenVectorizingEpilog(
7699
m_SpecificICmp(ICmpInst::ICMP_EQ, m_Specific(OrigResumeV),
7700
m_Specific(RdxDesc.getRecurrenceStartValue())));
7701
assert(IsExpectedPattern && "Unexpected reduction resume pattern");
7702
+ (void) IsExpectedPattern;
7703
MainResumeValue = OrigResumeV;
7704
}
7705
PHINode *MainResumePhi = cast<PHINode>(MainResumeValue);
0 commit comments