Rename ARMcmpNZ to ARMcmpZ and use it to represent comparisons that set only the...
authorDavid Goodwin <david_goodwin@apple.com>
Mon, 29 Jun 2009 15:33:01 +0000 (15:33 +0000)
committerDavid Goodwin <david_goodwin@apple.com>
Mon, 29 Jun 2009 15:33:01 +0000 (15:33 +0000)
commitc0309b48b560f119982c02a81416c8c1fd208648
treea7b8bc2c834150ae47d5c49d46e14959f07cb91a
parentcd1267d2d68f03026aed21e22f7e28efd510ec5f
Rename ARMcmpNZ to ARMcmpZ and use it to represent comparisons that set only the Z flag (i.e. eq and ne). Make ARMcmpZ commutative.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74423 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td
test/CodeGen/Thumb2/thumb2-cmn.ll [new file with mode: 0644]