1 ; RUN: llc -mtriple=hexagon-unknown-linux-musl < %s | FileCheck %s
3 define void @Foo(i32 signext %a, i32 signext %b) #0 {
5 ; CHECK-LABEL: .Lxray_sled_0:
9 %cmp = icmp sgt i32 %a, %b
10 br i1 %cmp, label %return, label %if.end
12 ; CHECK-LABEL: .Lxray_sled_1:
15 ; CHECK-LABEL: .Ltmp1:
16 ; CHECK: if (p0) jumpr:nt r31
27 attributes #0 = { "function-instrument"="xray-always" }