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 141f3b0 commit 8108bd3Copy full SHA for 8108bd3
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -8646,6 +8646,7 @@ static void addExitUsersForFirstOrderRecurrences(
8646
// For VF vscale x 1, if vscale = 1, we are unable to extract the
8647
// penultimate value of the recurrence. Instead, we can extract the last
8648
// element directly from VPInstruction::FirstOrderRecurrenceSplice.
8649
+ // TODO: Consider vscale_range info and UF.
8650
if (LoopVectorizationPlanner::getDecisionAndClampRange(IsScalableOne,
8651
Range))
8652
return;
0 commit comments