aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/cmp1.ll
AgeCommit message (Collapse)Author
2009-11-07merge cmp1 into cmp0 and filecheckize.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86345 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81290 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-17Emit integer x<1 as x<=0, as comparisons with zero (now includeingDan Gohman
64-bit) can use test instead of cmp with an immediate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42026 91177308-0d34-0410-b5e6-96231b3b80d8