Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / MIR / ARM / call-frame-size.mir
blobd3e87120693cf315263d6c94d31d04511c807641
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 2
2 # RUN: llc -mtriple=arm-linux-gnueabi -run-pass none -o - %s | FileCheck %s
3 # This test ensures that the MIR parser parses machine functions correctly.
5 ---
6 name: callframesize
7 body: |
8   ; CHECK-LABEL: name: callframesize
9   ; CHECK: bb.0:
10   ; CHECK-NEXT:   successors: %bb.1(0x80000000)
11   ; CHECK-NEXT: {{  $}}
12   ; CHECK-NEXT:   ADJCALLSTACKDOWN 100, 0, 14 /* CC::al */, $noreg, implicit-def $sp, implicit $sp
13   ; CHECK-NEXT: {{  $}}
14   ; CHECK-NEXT: bb.1 (call-frame-size 100):
15   ; CHECK-NEXT:   successors: %bb.2(0x80000000)
16   ; CHECK-NEXT: {{  $}}
17   ; CHECK-NEXT:   ADJCALLSTACKUP 100, 0, 14 /* CC::al */, $noreg, implicit-def $sp, implicit $sp
18   ; CHECK-NEXT: {{  $}}
19   ; CHECK-NEXT: bb.2:
20   bb.0:
21     ADJCALLSTACKDOWN 100, 0, 14, $noreg, implicit-def $sp, implicit $sp
22   bb.1 (call-frame-size 100):
23     ADJCALLSTACKUP 100, 0, 14, $noreg, implicit-def $sp, implicit $sp
24   bb.2:
25 ...