OSDN Git Service

Refactor the ARM CMPz* patterns to just use the normal CMP instructions when
authorJim Grosbach <grosbach@apple.com>
Tue, 7 Dec 2010 20:41:06 +0000 (20:41 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 7 Dec 2010 20:41:06 +0000 (20:41 +0000)
commit97a884d602538705644e296a57a039959cdb6f6e
tree523994b35a0bf1868a79b788762a151e28dc2350
parent52f21e35e83d9c644aa40d557816ea647288c99d
Refactor the ARM CMPz* patterns to just use the normal CMP instructions when
possible. They were duplicates for everything exception the source pattern
before.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121179 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMConstantIslandPass.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/Thumb2SizeReduction.cpp