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 20c5daa commit 28c1433Copy full SHA for 28c1433
llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
@@ -726,6 +726,7 @@ bool VPlanTransforms::handleMaxMinNumReductionsWithoutFastMath(VPlan &Plan) {
726
RecurKind RedPhiRK = RedPhiR->getRecurrenceKind();
727
assert((RedPhiRK == RecurKind::FMaxNum || RedPhiRK == RecurKind::FMinNum) &&
728
"unsupported reduction");
729
+ (void)RedPhiRK;
730
731
/// Check if the vector loop of \p Plan can early exit and restart
732
/// execution of last vector iteration in the scalar loop. This requires all
0 commit comments