Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / AArch64 / GlobalISel / counter-fallback.ll
blob72c8103de875d859def8b1d545ed4471d9d16b2c
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
2 ; RUN: llc -mtriple=aarch64-- -global-isel -global-isel-abort=0 -debug-counter=globalisel=0 %s -o - 2>/dev/null | FileCheck %s
3 ; RUN: llc -mtriple=aarch64-- -global-isel -global-isel-abort=0 -debug-counter=globalisel=0 %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=DEBUG
5 ; REQUIRES: asserts
7 ; DEBUG-NOT: Falling back for function test1
8 ; DEBUG: Falling back for function test2
10 define i32 @test1(i32 %x) {
11 ; CHECK-LABEL: test1:
12 ; CHECK:       // %bb.0:
13 ; CHECK-NEXT:    ret
14   ret i32 %x
17 define i32 @test2(i32 %x) {
18 ; CHECK-LABEL: test2:
19 ; CHECK:       // %bb.0:
20 ; CHECK-NEXT:    ret
21   ret i32 %x
24 ;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
25 ; DEBUG: {{.*}}