Skip to content

Commit 8108bd3

Browse files
committed
[Comment] Restore and update the TODO
1 parent 141f3b0 commit 8108bd3

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
@@ -8646,6 +8646,7 @@ static void addExitUsersForFirstOrderRecurrences(
86468646
// For VF vscale x 1, if vscale = 1, we are unable to extract the
86478647
// penultimate value of the recurrence. Instead, we can extract the last
86488648
// element directly from VPInstruction::FirstOrderRecurrenceSplice.
8649+
// TODO: Consider vscale_range info and UF.
86498650
if (LoopVectorizationPlanner::getDecisionAndClampRange(IsScalableOne,
86508651
Range))
86518652
return;

0 commit comments

Comments
 (0)