Skip to content

Commit 1260809

Browse files
committed
Update TODO
1 parent 851cf77 commit 1260809

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,8 +1497,9 @@ static bool simplifyBranchConditionForVFAndUF(VPlan &Plan, ElementCount BestVF,
14971497
// The vector loop region only executes once. If possible, completely remove
14981498
// the region, otherwise replace the terminator controlling the latch with
14991499
// (BranchOnCond true).
1500-
// TODO: Support all widen induction recipes (e.g.,
1501-
// VPWidenIntOrFpInductionRecipe, VPWidenPointerInductionRecipe).
1500+
// TODO: VPWidenIntOrFpInductionRecipe is only partially supported; add
1501+
// support for other non-canonical widen induction recipes (e.g.,
1502+
// VPWidenPointerInductionRecipe).
15021503
auto *Header = cast<VPBasicBlock>(VectorRegion->getEntry());
15031504
if (all_of(Header->phis(), [](VPRecipeBase &Phi) {
15041505
if (auto *R = dyn_cast<VPWidenIntOrFpInductionRecipe>(&Phi))

0 commit comments

Comments
 (0)