Xinliang David Li | 241e6c7 | 2016-09-03 21:26:36 +0000 | [diff] [blame] | 1 | ; RUN: llc -mtriple=x86_64-unknown-unknown -print-after-all < %s 2>&1 | FileCheck %s |
| 2 | |
| 3 | ; Function Attrs: norecurse nounwind readnone uwtable |
| 4 | define i32 @foo(i32, i32, i32) { |
| 5 | %4 = and i32 %0, 3 |
| 6 | %5 = icmp eq i32 %4, 1 |
| 7 | %6 = select i1 %5, i32 %1, i32 %2, !prof !1 |
| 8 | ; CHECK: br {{.*}}label{{.*}}, label{{.*}}, !prof ![[WT:.*]] |
| 9 | ret i32 %6 |
| 10 | } |
| 11 | |
| 12 | !llvm.ident = !{!0} |
| 13 | |
| 14 | !0 = !{!"clang version 4.0.0 (trunk 279683)"} |
| 15 | !1 = !{!"branch_weights", i32 1000, i32 1 } |
Benjamin Kramer | db9e0b6 | 2017-01-22 20:28:56 +0000 | [diff] [blame] | 16 | ; CHECK: ![[WT]] = !{!"branch_weights", i32 1000, i32 1} |