]> granicus.if.org Git - llvm/commitdiff
Fix buildbot failure after rL303327: [BPI] Reduce the probability of unreachable...
authorSerguei Katkov <serguei.katkov@azul.com>
Thu, 18 May 2017 07:20:52 +0000 (07:20 +0000)
committerSerguei Katkov <serguei.katkov@azul.com>
Thu, 18 May 2017 07:20:52 +0000 (07:20 +0000)
One more test is updated to meet new branch probability for unreachable branches.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303329 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/ifcvt-branch-weight-bug.ll

index a44c9721d6c13583589da09b1b6f5a7a2168eafc..1c8142e5ddd51af65483d1ee00bd253366345310 100644 (file)
@@ -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