comparison test/CodeGen/ARM/taildup-branch-weight.ll @ 83:60c9769439b8

LLVM 3.7
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Wed, 18 Feb 2015 14:55:36 +0900
parents 54457678186b
children 7d135dc70f03
comparison
equal deleted inserted replaced
78:af83660cff7b 83:60c9769439b8
25 25
26 B4: 26 B4:
27 ret void 27 ret void
28 } 28 }
29 29
30 !0 = metadata !{metadata !"branch_weights", i32 4, i32 124} 30 !0 = !{!"branch_weights", i32 4, i32 124}
31 31
32 ; CHECK: Machine code for function test1: 32 ; CHECK: Machine code for function test1:
33 ; CHECK: Successors according to CFG: BB#1(8) BB#2(248) 33 ; CHECK: Successors according to CFG: BB#1(8) BB#2(248)
34 34
35 @g0 = common global i32 0, align 4 35 @g0 = common global i32 0, align 4
49 B3: 49 B3:
50 store i32 3, i32* %e 50 store i32 3, i32* %e
51 ret void 51 ret void
52 } 52 }
53 53
54 !1 = metadata !{metadata !"branch_weights", i32 248, i32 8} 54 !1 = !{!"branch_weights", i32 248, i32 8}