[VPlan] Remove dangling comment and newlines (NFC).
authorFlorian Hahn <flo@fhahn.com>
Thu, 11 May 2023 21:04:56 +0000 (22:04 +0100)
committerFlorian Hahn <flo@fhahn.com>
Thu, 11 May 2023 21:06:56 +0000 (22:06 +0100)
Apply missed cleanups.

llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

index b36cb5f..50f5334 100644 (file)
@@ -314,8 +314,7 @@ public:
   /// \p ExpandedSCEVs is passed during execution of the plan for epilogue loop
   /// to re-use expansion results generated during main plan execution. Returns
   /// a mapping of SCEVs to their expanded IR values. Note that this is a
-  /// temporary workaround needed due to the current epilogue handling
-  /// workaround needed due to the current epilogue handling.
+  /// temporary workaround needed due to the current epilogue handling.
   DenseMap<const SCEV *, Value *>
   executePlan(ElementCount VF, unsigned UF, VPlan &BestPlan,
               InnerLoopVectorizer &LB, DominatorTree *DT,
index 2f44f1c..c619c52 100644 (file)
@@ -842,9 +842,7 @@ public:
   // Override this function to handle the more complex control flow around the
   // three loops.
   std::pair<BasicBlock *, Value *> createVectorizedLoopSkeleton(
-
       const SCEV2ValueTy &ExpandedSCEVs) final {
-
     return createEpilogueVectorizedLoopSkeleton(ExpandedSCEVs);
   }