summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/lea-recursion.ll
Commit message (Collapse)AuthorAgeFilesLines
* 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