Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Hexagon / peephole-kill-flags.ll
blob4bf49c404a36906a4008b4a567084c22c35a0767
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(ptr %a0, i32 %a1) #0 {
10 b0:
11   br label %b1
13 b1:                                               ; preds = %b0
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
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" }