summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/ifcvt-branch-weight-bug.ll
diff options
context:
space:
mode:
authorSerguei Katkov <serguei.katkov@azul.com>2017-05-18 07:20:52 +0000
committerSerguei Katkov <serguei.katkov@azul.com>2017-05-18 07:20:52 +0000
commit00211c3faa581179fe5c5c90818db92a262c62f2 (patch)
tree712889f443c616a075e4cae5ab618b71d21fc09f /llvm/test/CodeGen/ARM/ifcvt-branch-weight-bug.ll
parentc20c6d07cf8f52d0351d511e7b4c1da9bdf428c5 (diff)
downloadbcm5719-llvm-00211c3faa581179fe5c5c90818db92a262c62f2.tar.gz
bcm5719-llvm-00211c3faa581179fe5c5c90818db92a262c62f2.zip
Fix buildbot failure after rL303327: [BPI] Reduce the probability of unreachable edge to minimal value greater than 0.
One more test is updated to meet new branch probability for unreachable branches. llvm-svn: 303329
Diffstat (limited to 'llvm/test/CodeGen/ARM/ifcvt-branch-weight-bug.ll')
-rw-r--r--llvm/test/CodeGen/ARM/ifcvt-branch-weight-bug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/ifcvt-branch-weight-bug.ll b/llvm/test/CodeGen/ARM/ifcvt-branch-weight-bug.ll
index a44c9721d6c..1c8142e5ddd 100644
--- a/llvm/test/CodeGen/ARM/ifcvt-branch-weight-bug.ll
+++ b/llvm/test/CodeGen/ARM/ifcvt-branch-weight-bug.ll
@@ -22,7 +22,7 @@ entry:
; for.body -> for.cond.backedge (100%)
; -> cond.false.i (0%)
; CHECK: BB#1: derived from LLVM BB %for.body
-; CHECK: Successors according to CFG: BB#2(0x7ffffc00 / 0x80000000 = 100.00%) BB#4(0x00000400 / 0x80000000 = 0.00%)
+; CHECK: Successors according to CFG: BB#2(0x80000000 / 0x80000000 = 100.00%) BB#4(0x00000001 / 0x80000000 = 0.00%)
for.body:
br i1 undef, label %for.cond.backedge, label %lor.lhs.false.i, !prof !1
OpenPOWER on IntegriCloud