summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ
diff options
context:
space:
mode:
authorEvgeny Stupachenko <evstupac@gmail.com>2017-08-07 19:56:34 +0000
committerEvgeny Stupachenko <evstupac@gmail.com>2017-08-07 19:56:34 +0000
commitc675290680d7be4408142c8d74e37e974eef35f2 (patch)
treece4326f6c794942696ca4fd8f57e580517875014 /llvm/test/CodeGen/SystemZ
parent428f0fe910454884c6e1119c9e9944f824973e1a (diff)
downloadbcm5719-llvm-c675290680d7be4408142c8d74e37e974eef35f2.tar.gz
bcm5719-llvm-c675290680d7be4408142c8d74e37e974eef35f2.zip
Reapply fix PR23384 (part 3 of 3) r304824 (was reverted in r305720).
The root cause of reverting was fixed - PR33514. Summary: The patch makes instruction count the highest priority for LSR solution for X86 (previously registers had highest priority). Reviewers: qcolombet Differential Revision: http://reviews.llvm.org/D30562 From: Evgeny Stupachenko <evstupac@gmail.com> <evgeny.v.stupachenko@intel.com> llvm-svn: 310289
Diffstat (limited to 'llvm/test/CodeGen/SystemZ')
-rw-r--r--llvm/test/CodeGen/SystemZ/loop-01.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/loop-01.ll b/llvm/test/CodeGen/SystemZ/loop-01.ll
index 72fd8aa185f..79afc7f4198 100644
--- a/llvm/test/CodeGen/SystemZ/loop-01.ll
+++ b/llvm/test/CodeGen/SystemZ/loop-01.ll
@@ -9,7 +9,7 @@
define void @f1(i32 *%dest, i32 %a) {
; CHECK-LABEL: f1:
; CHECK-NOT: sllg
-; CHECK: st %r3, 0({{%r[1-5],%r[1-5]}})
+; CHECK: st %r3, 400({{%r[1-5],%r[1-5]}})
; CHECK: br %r14
entry:
br label %loop
OpenPOWER on IntegriCloud