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 3e5d819 commit ca464d0Copy full SHA for ca464d0
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -7699,7 +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;
+ (void)IsExpectedPattern;
7703
MainResumeValue = OrigResumeV;
7704
}
7705
PHINode *MainResumePhi = cast<PHINode>(MainResumeValue);
0 commit comments