Skip to content

Commit c67ba1a

Browse files
committed
[Comment] Restore and update the TODO
1 parent 3c2dd1a commit c67ba1a

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
@@ -8651,6 +8651,7 @@ static void addExitUsersForFirstOrderRecurrences(
86518651
// For VF vscale x 1, if vscale = 1, we are unable to extract the
86528652
// penultimate value of the recurrence. Instead, we can extract the last
86538653
// element directly from VPInstruction::FirstOrderRecurrenceSplice.
8654+
// TODO: Consider vscale_range info and UF.
86548655
if (LoopVectorizationPlanner::getDecisionAndClampRange(IsScalableOne,
86558656
Range))
86568657
return;

0 commit comments

Comments
 (0)