summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/lea-recursion.ll
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-251-1/+2
| | | | | | This reverts commit 98a9b72e8c56dc13a2617de84503a3d78352789c. llvm-svn: 184823
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-241-2/+1
| | | | | | | Sorry for the unit test churn. I'll try to make the change permanently next time. llvm-svn: 184705
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81290
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
| | | | llvm-svn: 41097
* When x86 addresses matching exceeds its recursion limit, check toDan Gohman2007-08-131-0/+47
see if the base register is already occupied before assuming it can be used. This fixes bogus code generation in the accompanying testcase. llvm-svn: 41049
OpenPOWER on IntegriCloud