We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7cf50 commit 71cb781Copy full SHA for 71cb781
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -585,11 +585,6 @@ class InnerLoopVectorizer {
585
const SCEV2ValueTy &ExpandedSCEVs,
586
std::pair<BasicBlock *, Value *> AdditionalBypass = {nullptr, nullptr});
587
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
-
593
/// Allow subclasses to override and print debug traces before/after vplan
594
/// execution, when trace information is requested.
595
virtual void printDebugTracesAtStart(){};
0 commit comments