Skip to content

Commit 71cb781

Browse files
committed
[LV] Remove stale completeLoopSkeleton (NFCI).
The function has been removed a while ago, also remove the stable declaration.
1 parent 5d7cf50 commit 71cb781

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -585,11 +585,6 @@ class InnerLoopVectorizer {
585585
const SCEV2ValueTy &ExpandedSCEVs,
586586
std::pair<BasicBlock *, Value *> AdditionalBypass = {nullptr, nullptr});
587587

588-
/// Complete the loop skeleton by adding debug MDs, creating appropriate
589-
/// conditional branches in the middle block, preparing the builder and
590-
/// running the verifier. Return the preheader of the completed vector loop.
591-
BasicBlock *completeLoopSkeleton();
592-
593588
/// Allow subclasses to override and print debug traces before/after vplan
594589
/// execution, when trace information is requested.
595590
virtual void printDebugTracesAtStart(){};

0 commit comments

Comments
 (0)