summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetMachineC.cpp
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2015-06-03 16:30:24 +0000
committerMatthias Braun <matze@braunis.de>2015-06-03 16:30:24 +0000
commit125c9f5f7b81c78ef19ffd85afeb3f389eb8bc59 (patch)
tree1a71eb4f749c878ad89d659986e8abf8eb7a3d0a /llvm/lib/Target/TargetMachineC.cpp
parent2f249bab071f9e0d08cf66da613c2744f232b34b (diff)
downloadbcm5719-llvm-125c9f5f7b81c78ef19ffd85afeb3f389eb8bc59.tar.gz
bcm5719-llvm-125c9f5f7b81c78ef19ffd85afeb3f389eb8bc59.zip
ARM: Thumb2 LDRD/STRD supports independent input/output regs
The existing code would unnecessarily break LDRD/STRD apart with non-adjacent registers, on thumb2 this is not necessary. Ideally on thumb2 we shouldn't match for ldrd/strd pre-regalloc anymore as there is not reason to set register hints anymore, changing that is something for a future patch however. Differential Revision: http://reviews.llvm.org/D9694 Recommiting after the revert in r238821, the buildbot still failed with the patch removed so there seems to be another reason for the breakage. llvm-svn: 238935
Diffstat (limited to 'llvm/lib/Target/TargetMachineC.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud