Skip to content
  • Dan Gohman's avatar
    Teach LSR to optimize away SMAX operations for tripcounts in common · 68e7735a
    Dan Gohman authored
    cases.  See the comment above OptimizeSMax for the full story, and
    the testcase for an example. This cancels out a pessimization
    commonly attributed to indvars, and will allow us to lift some of
    the artificial throttles in indvars, rather than add new ones.
    
    llvm-svn: 56230
    68e7735a
Loading