File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
llvm/lib/Transforms/Vectorize Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8595,7 +8595,8 @@ void EpilogueVectorizerMainLoop::printDebugTracesAtStart() {
8595
8595
8596
8596
void EpilogueVectorizerMainLoop::printDebugTracesAtEnd () {
8597
8597
DEBUG_WITH_TYPE (VerboseDebug, {
8598
- dbgs () << " intermediate fn:\n " << *Induction->getFunction () << " \n " ;
8598
+ dbgs () << " intermediate fn:\n "
8599
+ << *OrigLoop->getHeader ()->getParent () << " \n " ;
8599
8600
});
8600
8601
}
8601
8602
@@ -8793,7 +8794,7 @@ void EpilogueVectorizerEpilogueLoop::printDebugTracesAtStart() {
8793
8794
8794
8795
void EpilogueVectorizerEpilogueLoop::printDebugTracesAtEnd () {
8795
8796
DEBUG_WITH_TYPE (VerboseDebug, {
8796
- dbgs () << " final fn:\n " << *Induction-> getFunction () << " \n " ;
8797
+ dbgs () << " final fn:\n " << *OrigLoop-> getHeader ()-> getParent () << " \n " ;
8797
8798
});
8798
8799
}
8799
8800
You can’t perform that action at this time.
0 commit comments