Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / SystemZ / mrecord-mcount-01.ll
blob20dd387fbd01d698023f2e8c711e64da892a3f45
1 ; RUN: llc %s -mtriple=s390x-linux-gnu -mcpu=z10 -o - -verify-machineinstrs \
2 ; RUN:   | FileCheck %s
4 define void @test1() #0 {
5 entry:
6   ret void
8 ; CHECK-LABEL: test1:
9 ; CHECK: .section __mcount_loc,"a",@progbits
10 ; CHECK: .quad .Ltmp0
11 ; CHECK: .text
12 ; CHECK: .Ltmp0:
13 ; CHECK: brasl %r0, __fentry__@PLT
14 ; CHECK: br %r14
17 define void @test2() #1 {
18 entry:
19   ret void
21 ; CHECK-LABEL: test2:
22 ; CHECK: .section __mcount_loc,"a",@progbits
23 ; CHECK: .quad .Ltmp1
24 ; CHECK: .text
25 ; CHECK: .Ltmp1:
26 ; CHECK: .Ltmp2:
27 ; CHECK: brcl 0, .Ltmp2
28 ; CHECK: br %r14
31 attributes #0 = { "fentry-call"="true" "mrecord-mcount" }
32 attributes #1 = { "fentry-call"="true" "mnop-mcount" "mrecord-mcount" }