summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2008-12-01-loop-iv-used-outside-loop.ll
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81290
* Add rdar reference, make this actually fail when the patch isn't applied.Chris Lattner2008-12-011-2/+4
| | | | llvm-svn: 60376
* Consider only references to an IV within the loop whenDale Johannesen2008-12-011-0/+28
figuring out the base of the IV. This produces better code in the example. (Addresses use (IV) instead of (BASE,IV) - a significant improvement on low-register machines like x86). llvm-svn: 60374
OpenPOWER on IntegriCloud