diff --git a/llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp b/llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp index 382521d090f4e..bee9bfaeda682 100644 --- a/llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp +++ b/llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp @@ -1898,9 +1898,6 @@ void VPlanTransforms::optimizeForVFAndUF(VPlan &Plan, ElementCount BestVF, Plan.setVF(BestVF); assert(Plan.getUF() == BestUF && "BestUF must match the Plan's UF"); } - // TODO: Further simplifications are possible - // 1. Replace inductions with constants. - // 2. Replace vector loop region with VPBasicBlock. } /// Sink users of \p FOR after the recipe defining the previous value \p