Skip to content
  • Dan Gohman's avatar
    Include the use kind along with the expression in the key of the · 51d00092
    Dan Gohman authored
    use sharing map. The reconcileNewOffset logic already forces a
    separate use if the kinds differ, so incorporating the kind in the
    key means we can track more sharing opportunities.
    
    More sharing means fewer total uses to track, which means smaller
    problem sizes, which means the conservative throttles don't kick
    in as often.
    
    llvm-svn: 106396
    51d00092
Loading