summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/func-argpassing.ll
diff options
context:
space:
mode:
authorTim Northover <Tim.Northover@arm.com>2013-02-15 09:33:43 +0000
committerTim Northover <Tim.Northover@arm.com>2013-02-15 09:33:43 +0000
commit3533ad6bbdf7256b6929f4b48dd92cddf3e5f165 (patch)
tree128c90b8a8950dd6a561bd2b5c6bf39a5d09d1f2 /llvm/test/CodeGen/AArch64/func-argpassing.ll
parent5466e36fb5887ba3f9fa84e75024cedb147469bc (diff)
downloadbcm5719-llvm-3533ad6bbdf7256b6929f4b48dd92cddf3e5f165.tar.gz
bcm5719-llvm-3533ad6bbdf7256b6929f4b48dd92cddf3e5f165.zip
AArch64: remove ConstantIsland pass & put literals in separate section.
This implements the review suggestion to simplify the AArch64 backend. If we later discover that we *really* need the extra complexity of the ConstantIslands pass for performance reasons it can be resurrected. llvm-svn: 175258
Diffstat (limited to 'llvm/test/CodeGen/AArch64/func-argpassing.ll')
-rw-r--r--llvm/test/CodeGen/AArch64/func-argpassing.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/func-argpassing.ll b/llvm/test/CodeGen/AArch64/func-argpassing.ll
index 760c8d49d07..5675e5a1f9e 100644
--- a/llvm/test/CodeGen/AArch64/func-argpassing.ll
+++ b/llvm/test/CodeGen/AArch64/func-argpassing.ll
@@ -83,7 +83,7 @@ define i32 @return_int() {
define double @return_double() {
; CHECK: return_double:
ret double 3.14
-; CHECK: ldr d0, .LCPI
+; CHECK: ldr d0, [{{x[0-9]+}}, #:lo12:.LCPI
}
; This is the kind of IR clang will produce for returning a struct
OpenPOWER on IntegriCloud