[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / CodeGen / X86 / select_meta.ll
blobe89008406f1ca4ad7de705520a96d5d2856406e8
1 ; RUN: opt -mtriple=x86_64-unknown-unknown -codegenprepare -S < %s 2>&1 | FileCheck %s
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
12 !llvm.ident = !{!0}
14 !0 = !{!"clang version 4.0.0 (trunk 279683)"}
15 !1 = !{!"branch_weights", i32 1000, i32 1 }
16 ; CHECK: ![[WT]] = !{!"branch_weights", i32 1000, i32 1}