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