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 49e10c6 commit 47c9260Copy full SHA for 47c9260
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -8654,6 +8654,7 @@ static void addExitUsersForFirstOrderRecurrences(
8654
// For VF vscale x 1, if vscale = 1, we are unable to extract the
8655
// penultimate value of the recurrence. Instead, we can extract the last
8656
// element directly from VPInstruction::FirstOrderRecurrenceSplice.
8657
+ // TODO: Consider vscale_range info and UF.
8658
if (LoopVectorizationPlanner::getDecisionAndClampRange(IsScalableOne,
8659
Range))
8660
return;
0 commit comments