Skip to content

Commit 8524a85

Browse files
committed
[VPlan] Strip outdated comment in optimizeForVFAndUF (NFC)
1 parent 8cc93c4 commit 8524a85

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1898,9 +1898,6 @@ void VPlanTransforms::optimizeForVFAndUF(VPlan &Plan, ElementCount BestVF,
18981898
Plan.setVF(BestVF);
18991899
assert(Plan.getUF() == BestUF && "BestUF must match the Plan's UF");
19001900
}
1901-
// TODO: Further simplifications are possible
1902-
// 1. Replace inductions with constants.
1903-
// 2. Replace vector loop region with VPBasicBlock.
19041901
}
19051902

19061903
/// Sink users of \p FOR after the recipe defining the previous value \p

0 commit comments

Comments
 (0)