Skip to content

Commit 85db928

Browse files
authored
[VPlan] Strip outdated comment in optimizeForVFAndUF (NFC) (#168068)
1 parent e48f2be commit 85db928

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
@@ -1888,9 +1888,6 @@ void VPlanTransforms::optimizeForVFAndUF(VPlan &Plan, ElementCount BestVF,
18881888
Plan.setVF(BestVF);
18891889
assert(Plan.getUF() == BestUF && "BestUF must match the Plan's UF");
18901890
}
1891-
// TODO: Further simplifications are possible
1892-
// 1. Replace inductions with constants.
1893-
// 2. Replace vector loop region with VPBasicBlock.
18941891
}
18951892

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

0 commit comments

Comments
 (0)