summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb2/tpsoft.ll
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2015-04-23 20:31:26 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2015-04-23 20:31:26 +0000
commit78f1ecc59c46a1668f79082f589737e4de952e78 (patch)
tree116247fde525941b0e95de7c69e7de8317e9eb29 /llvm/test/CodeGen/Thumb2/tpsoft.ll
parent1213918bf471e20ec537c95b54b82f5286b1ceae (diff)
downloadbcm5719-llvm-78f1ecc59c46a1668f79082f589737e4de952e78.tar.gz
bcm5719-llvm-78f1ecc59c46a1668f79082f589737e4de952e78.zip
ARM: When spilling extra registers for alignment, prefer low registers on all Thumb targets.
This makes it more likely that we can use the 16-bit push and pop instructions on Thumb-2, saving around 4 bytes per function. Differential Revision: http://reviews.llvm.org/D9165 llvm-svn: 235637
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/tpsoft.ll')
-rw-r--r--llvm/test/CodeGen/Thumb2/tpsoft.ll12
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/Thumb2/tpsoft.ll b/llvm/test/CodeGen/Thumb2/tpsoft.ll
index 89757cad563..de358d98d49 100644
--- a/llvm/test/CodeGen/Thumb2/tpsoft.ll
+++ b/llvm/test/CodeGen/Thumb2/tpsoft.ll
@@ -32,13 +32,13 @@ bb: ; preds = %entry
; ELFOBJ: Section {
; ELFOBJ: Name: .text
; ELFOBJ-LE: SectionData (
-;;; BL __aeabi_read_tp is ---------+
-;;; V
-; ELFOBJ-LE-NEXT: 0000: 2DE90048 0E487844 0168FFF7 FEFF4058
+;;; BL __aeabi_read_tp is ---+
+;;; V
+; ELFOBJ-LE-NEXT: 0000: 80B50E48 78440168 FFF7FEFF 40580D28
; ELFOBJ-BE: SectionData (
-;;; BL __aeabi_read_tp is ---------+
-;;; V
-; ELFOBJ-BE-NEXT: 0000: E92D4800 480E4478 6801F7FF FFFE5840
+;;; BL __aeabi_read_tp is ---+
+;;; V
+; ELFOBJ-BE-NEXT: 0000: B580480E 44786801 F7FFFFFE 5840280D
bb1: ; preds = %entry
OpenPOWER on IntegriCloud