summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2012-02-24 17:54:01 +0000
committerHal Finkel <hfinkel@anl.gov>2012-02-24 17:54:01 +0000
commit3161039cf3318a1634af04e1da2038e9dc1f4b3a (patch)
tree5b88deb25eb27e12000965d3d4779fb1e7684ede /test
parentf77c03a8599ca354393292bb6c918ea8dab6a21d (diff)
downloadllvm-3161039cf3318a1634af04e1da2038e9dc1f4b3a.tar.gz
llvm-3161039cf3318a1634af04e1da2038e9dc1f4b3a.tar.bz2
llvm-3161039cf3318a1634af04e1da2038e9dc1f4b3a.tar.xz
X11/X2 loads around indirect calls on ppc64 should not be deleted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151374 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/PowerPC/ppc64-ind-call.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/ppc64-ind-call.ll b/test/CodeGen/PowerPC/ppc64-ind-call.ll
index f2d7cb489e..d5c4d468c6 100644
--- a/test/CodeGen/PowerPC/ppc64-ind-call.ll
+++ b/test/CodeGen/PowerPC/ppc64-ind-call.ll
@@ -9,4 +9,8 @@ entry:
}
; CHECK: @test1
+; CHECK: ld 11, 0(3)
+; CHECK: ld 2, 8(3)
+; CHECK: bctrl
+; CHECK: ld 2, 40(1)