summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/cmp1.ll
Commit message (Collapse)AuthorAgeFilesLines
* merge cmp1 into cmp0 and filecheckize.Chris Lattner2009-11-071-7/+0
| | | | llvm-svn: 86345
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81290
* Emit integer x<1 as x<=0, as comparisons with zero (now includeingDan Gohman2007-09-171-0/+7
64-bit) can use test instead of cmp with an immediate. llvm-svn: 42026
OpenPOWER on IntegriCloud