Skip to content

Commit

Permalink
[LV] Remove stale completeLoopSkeleton (NFCI).
Browse files Browse the repository at this point in the history
The function has been removed a while ago, also remove the stable
declaration.
  • Loading branch information
fhahn committed Sep 12, 2024
1 parent 5d7cf50 commit 71cb781
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -585,11 +585,6 @@ class InnerLoopVectorizer {
const SCEV2ValueTy &ExpandedSCEVs,
std::pair<BasicBlock *, Value *> AdditionalBypass = {nullptr, nullptr});

/// Complete the loop skeleton by adding debug MDs, creating appropriate
/// conditional branches in the middle block, preparing the builder and
/// running the verifier. Return the preheader of the completed vector loop.
BasicBlock *completeLoopSkeleton();

/// Allow subclasses to override and print debug traces before/after vplan
/// execution, when trace information is requested.
virtual void printDebugTracesAtStart(){};
Expand Down

0 comments on commit 71cb781

Please sign in to comment.