1 ; RUN: llc -march=hexagon -verify-machineinstrs < %s | FileCheck %s
4 ; Check that the testcase compiles without errors.
6 target triple = "hexagon"
8 ; Function Attrs: nounwind
9 define i32 @f0(ptr %a0, i32 %a1) #0 {
14 %v0 = load i32, ptr %a0, align 4
15 %v1 = mul nsw i32 2, %v0
16 %v2 = icmp slt i32 %a1, %v1
17 br i1 %v2, label %b2, label %b3
26 attributes #0 = { nounwind "target-cpu"="hexagonv60" "target-features"="+hvx,+hvx-length64b" }