Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / AArch64 / swifttail-arm64_32.ll
blobf70ac65583fc86c7197d6d94477e8a26e261b793
1 ; RUN: llc -mtriple=arm64_32-apple-watchos %s -o - | FileCheck %s
3 declare swifttailcc void @pointer_align_callee([8 x i64], i32, i32, i32, ptr)
4 define swifttailcc void @pointer_align_caller(ptr swiftasync %as, ptr %in) "frame-pointer"="all" {
5 ; CHECK-LABEL: pointer_align_caller:
6 ; CHECK: sub sp, sp, #48
7 ; CHECK: mov [[TWO:w[0-9]+]], #2
8 ; CHECK: mov [[ZERO_ONE:x[0-9]+]], #4294967296
9 ; CHECK: stp [[TWO]], w0, [x29, #24]
10 ; CHECK: str [[ZERO_ONE]], [x29, #16]
11 ; CHECK: add sp, sp, #32
12 ; CHECK: b _pointer_align_callee
13   alloca i32
14   musttail call swifttailcc void @pointer_align_callee([8 x i64] undef, i32 0, i32 1, i32 2, ptr %in)
15   ret void