aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/cmp0.ll
AgeCommit message (Collapse)Author
2010-10-08merge testsChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116051 91177308-0d34-0410-b5e6-96231b3b80d8
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-17Use "test reg,reg" in place of "cmp reg,0" for 64-bit operands. This wasDan Gohman
previously only done for 32-bit and smaller operands. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42024 91177308-0d34-0410-b5e6-96231b3b80d8