Skip to content
  • Dale Johannesen's avatar
    Improve the accuracy of the inlining heuristic looking for the · a71d2cc8
    Dale Johannesen authored
    case where a static caller is itself inlined everywhere else, and
    thus may go away if it doesn't get too big due to inlining other
    things into it.  If there are references to the caller other than
    calls, it will not be removed; account for this.
    This results in same-day completion of the case in PR8853.
    
    llvm-svn: 122821
    a71d2cc8
Loading