summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/ppc64-func-desc-hoist.ll
diff options
context:
space:
mode:
authorZaara Syeda <syzaara@ca.ibm.com>2018-03-19 16:19:44 +0000
committerZaara Syeda <syzaara@ca.ibm.com>2018-03-19 16:19:44 +0000
commit01f414baaade28c7e5e0f79a04e18e7fc6cc79f2 (patch)
tree4857f4a803ffeacc775d583d9429aeaab7cb7968 /llvm/test/CodeGen/PowerPC/ppc64-func-desc-hoist.ll
parent826e833121d0f84a4ddf5f089e61bb8d3d79ef0e (diff)
downloadbcm5719-llvm-01f414baaade28c7e5e0f79a04e18e7fc6cc79f2.tar.gz
bcm5719-llvm-01f414baaade28c7e5e0f79a04e18e7fc6cc79f2.zip
Revert [MachineLICM] This reverts commit rL327856
Failing build bots. Revert the commit now. llvm-svn: 327864
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppc64-func-desc-hoist.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/ppc64-func-desc-hoist.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc64-func-desc-hoist.ll b/llvm/test/CodeGen/PowerPC/ppc64-func-desc-hoist.ll
index 2e40664c8f9..9f995bb34ce 100644
--- a/llvm/test/CodeGen/PowerPC/ppc64-func-desc-hoist.ll
+++ b/llvm/test/CodeGen/PowerPC/ppc64-func-desc-hoist.ll
@@ -15,6 +15,7 @@ entry:
; INVFUNCDESC-DAG: ld [[REG3:[0-9]+]], 0(3)
; INVFUNCDESC: %for.body
+; INVFUNCDESC: std 2, 40(1)
; INVFUNCDESC-DAG: mtctr [[REG3]]
; INVFUNCDESC-DAG: mr 11, [[REG2]]
; INVFUNCDESC-DAG: mr 2, [[REG1]]
@@ -23,6 +24,7 @@ entry:
; NONINVFUNCDESC-LABEL: @bar
; NONINVFUNCDESC: %for.body
+; NONINVFUNCDESC: std 2, 40(1)
; NONINVFUNCDESC-DAG: ld 3, 0(30)
; NONINVFUNCDESC-DAG: ld 11, 16(30)
; NONINVFUNCDESC-DAG: ld 2, 8(30)
OpenPOWER on IntegriCloud