21 lines · plain
1; RUN: llc %s -mtriple=mipsel -mattr=micromips -filetype=asm -O3 \2; RUN: -disable-mips-delay-filler -relocation-model=pic -o - | FileCheck %s3 4define void @main() nounwind uwtable {5entry:6 %x = alloca i32, align 47 %0 = load i32, ptr %x, align 48 %cmp = icmp eq i32 %0, 09 br i1 %cmp, label %if.then, label %if.end, !prof !110 11if.then:12 store i32 10, ptr %x, align 413 br label %if.end14 15if.end:16 ret void17}18 19; CHECK: bnezc20!1 = !{!"branch_weights", i32 2, i32 1}21