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