Skip to content
  • Chris Lattner's avatar
    · 3ff62017
    Chris Lattner authored
    Changes:
      1. Update an obsolete comment.
      2. Make the sorting by base an explicit (though still N^2) step, so
         that the code is more clear on what it is doing.
      3. Partition uses so that uses inside the loop are handled before uses
         outside the loop.
    
    Note that none of these changes currently changes the code inserted by LSR,
    but they are a stepping stone to getting there.
    
    This code is the result of some crazy pair programming with Nate. :)
    
    llvm-svn: 29493
    3ff62017
Loading