summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM64/abi.ll
diff options
context:
space:
mode:
authorBradley Smith <bradley.smith@arm.com>2014-04-09 14:43:50 +0000
committerBradley Smith <bradley.smith@arm.com>2014-04-09 14:43:50 +0000
commit6f1aa59c3118c39b708f2d01e847024e78a166a2 (patch)
treedac3f3218bdb2c3598fe6d5d6822aabc44d3c600 /llvm/test/CodeGen/ARM64/abi.ll
parent5511f08055d2311cd217a10584d9eaae8a585803 (diff)
downloadbcm5719-llvm-6f1aa59c3118c39b708f2d01e847024e78a166a2.tar.gz
bcm5719-llvm-6f1aa59c3118c39b708f2d01e847024e78a166a2.zip
[ARM64] Rename FP to the UAL-compliant 'X29'.
llvm-svn: 205884
Diffstat (limited to 'llvm/test/CodeGen/ARM64/abi.ll')
-rw-r--r--llvm/test/CodeGen/ARM64/abi.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM64/abi.ll b/llvm/test/CodeGen/ARM64/abi.ll
index a7693b6ba9e..e2de434c7b0 100644
--- a/llvm/test/CodeGen/ARM64/abi.ll
+++ b/llvm/test/CodeGen/ARM64/abi.ll
@@ -77,6 +77,7 @@ entry:
; CHECK: fixed_4i
; CHECK: str [[REG_1:q[0-9]+]], [sp, #16]
; FAST: fixed_4i
+; FAST: sub sp, sp, #64
; FAST: mov x[[ADDR:[0-9]+]], sp
; FAST: str [[REG_1:q[0-9]+]], [x[[ADDR]], #16]
%0 = load <4 x i32>* %in, align 16
@@ -130,6 +131,7 @@ entry:
; CHECK: test3
; CHECK: str [[REG_1:d[0-9]+]], [sp, #8]
; FAST: test3
+; FAST: sub sp, sp, #32
; FAST: mov x[[ADDR:[0-9]+]], sp
; FAST: str [[REG_1:d[0-9]+]], [x[[ADDR]], #8]
%0 = load <2 x i32>* %in, align 8
OpenPOWER on IntegriCloud