Thumb1 register to register MOV instruction is predicable.
authorJim Grosbach <grosbach@apple.com>
Thu, 30 Jun 2011 22:10:46 +0000 (22:10 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 30 Jun 2011 22:10:46 +0000 (22:10 +0000)
commit63b46faeb8acae9b7e5f865b7417dc00b9b9dad3
tree9dd91095e265db1ecbefc5b968d2f0ee04a7fdc0
parent2541c41f3e2af94585e14353a91f02facd65e415
Thumb1 register to register MOV instruction is predicable.

Fix a FIXME and allow predication (in Thumb2) for the T1 register to
register MOV instructions. This allows some better codegen with
if-conversion (as seen in the test updates), plus it lays the groundwork
for pseudo-izing the tMOVCC instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134197 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/Thumb1FrameLowering.cpp
lib/Target/ARM/Thumb1InstrInfo.cpp
lib/Target/ARM/Thumb1RegisterInfo.cpp
lib/Target/ARM/Thumb2InstrInfo.cpp
test/CodeGen/Thumb2/2011-06-07-TwoAddrEarlyClobber.ll
test/CodeGen/Thumb2/thumb2-ifcvt1.ll