Skip to content

Commit 47c9260

Browse files
committed
[Comment] Restore and update the TODO
1 parent 49e10c6 commit 47c9260

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8654,6 +8654,7 @@ static void addExitUsersForFirstOrderRecurrences(
86548654
// For VF vscale x 1, if vscale = 1, we are unable to extract the
86558655
// penultimate value of the recurrence. Instead, we can extract the last
86568656
// element directly from VPInstruction::FirstOrderRecurrenceSplice.
8657+
// TODO: Consider vscale_range info and UF.
86578658
if (LoopVectorizationPlanner::getDecisionAndClampRange(IsScalableOne,
86588659
Range))
86598660
return;

0 commit comments

Comments
 (0)