[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / test / CodeGen / Hexagon / peephole-kill-flags.ll
blob2031a71c7e627da33ac56ca2f3f840dae4ca6282
1 ; RUN: llc -march=hexagon -verify-machineinstrs < %s | FileCheck %s
2 ; CHECK: memw
4 ; Check that the testcase compiles without errors.
6 target triple = "hexagon"
8 ; Function Attrs: nounwind
9 define i32 @f0(i32* %a0, i32 %a1) #0 {
10 b0:
11   br label %b1
13 b1:                                               ; preds = %b0
14   %v0 = load i32, i32* %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
19 b2:                                               ; preds = %b1
20   ret i32 0
22 b3:                                               ; preds = %b1
23   ret i32 %v1
26 attributes #0 = { nounwind "target-cpu"="hexagonv60" "target-features"="+hvx,+hvx-length64b" }