xref: /aosp_15_r20/external/llvm/test/CodeGen/AArch64/arm64-patchpoint.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc -mtriple=arm64-apple-darwin -enable-misched=0 -mcpu=cyclone                             < %s | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker; RUN: llc -mtriple=arm64-apple-darwin -enable-misched=0 -mcpu=cyclone -fast-isel -fast-isel-abort=1 < %s | FileCheck %s
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Worker; Trivial patchpoint codegen
5*9880d681SAndroid Build Coastguard Worker;
6*9880d681SAndroid Build Coastguard Workerdefine i64 @trivial_patchpoint_codegen(i64 %p1, i64 %p2, i64 %p3, i64 %p4) {
7*9880d681SAndroid Build Coastguard Workerentry:
8*9880d681SAndroid Build Coastguard Worker; CHECK-LABEL: trivial_patchpoint_codegen:
9*9880d681SAndroid Build Coastguard Worker; CHECK:       mov  x16, #244834610708480
10*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT:  movk x16, #48879, lsl #16
11*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT:  movk x16, #51966
12*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT:  blr  x16
13*9880d681SAndroid Build Coastguard Worker; CHECK:       mov  x16, #244834610708480
14*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT:  movk x16, #48879, lsl #16
15*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT:  movk x16, #51967
16*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT:  blr  x16
17*9880d681SAndroid Build Coastguard Worker; CHECK:       ret
18*9880d681SAndroid Build Coastguard Worker  %resolveCall2 = inttoptr i64 244837814094590 to i8*
19*9880d681SAndroid Build Coastguard Worker  %result = tail call i64 (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.i64(i64 2, i32 20, i8* %resolveCall2, i32 4, i64 %p1, i64 %p2, i64 %p3, i64 %p4)
20*9880d681SAndroid Build Coastguard Worker  %resolveCall3 = inttoptr i64 244837814094591 to i8*
21*9880d681SAndroid Build Coastguard Worker  tail call void (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.void(i64 3, i32 20, i8* %resolveCall3, i32 2, i64 %p1, i64 %result)
22*9880d681SAndroid Build Coastguard Worker  ret i64 %result
23*9880d681SAndroid Build Coastguard Worker}
24*9880d681SAndroid Build Coastguard Worker
25*9880d681SAndroid Build Coastguard Worker; Caller frame metadata with stackmaps. This should not be optimized
26*9880d681SAndroid Build Coastguard Worker; as a leaf function.
27*9880d681SAndroid Build Coastguard Worker;
28*9880d681SAndroid Build Coastguard Worker; CHECK-LABEL: caller_meta_leaf
29*9880d681SAndroid Build Coastguard Worker; CHECK:       sub sp, sp, #48
30*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT:  stp x29, x30, [sp, #32]
31*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT:  add x29, sp, #32
32*9880d681SAndroid Build Coastguard Worker; CHECK:       Ltmp
33*9880d681SAndroid Build Coastguard Worker; CHECK:       add sp, sp, #48
34*9880d681SAndroid Build Coastguard Worker; CHECK:       ret
35*9880d681SAndroid Build Coastguard Worker
36*9880d681SAndroid Build Coastguard Workerdefine void @caller_meta_leaf() {
37*9880d681SAndroid Build Coastguard Workerentry:
38*9880d681SAndroid Build Coastguard Worker  %metadata = alloca i64, i32 3, align 8
39*9880d681SAndroid Build Coastguard Worker  store i64 11, i64* %metadata
40*9880d681SAndroid Build Coastguard Worker  store i64 12, i64* %metadata
41*9880d681SAndroid Build Coastguard Worker  store i64 13, i64* %metadata
42*9880d681SAndroid Build Coastguard Worker  call void (i64, i32, ...) @llvm.experimental.stackmap(i64 4, i32 0, i64* %metadata)
43*9880d681SAndroid Build Coastguard Worker  ret void
44*9880d681SAndroid Build Coastguard Worker}
45*9880d681SAndroid Build Coastguard Worker
46*9880d681SAndroid Build Coastguard Worker; Test patchpoints reusing the same TargetConstant.
47*9880d681SAndroid Build Coastguard Worker; <rdar:15390785> Assertion failed: (CI.getNumArgOperands() >= NumArgs + 4)
48*9880d681SAndroid Build Coastguard Worker; There is no way to verify this, since it depends on memory allocation.
49*9880d681SAndroid Build Coastguard Worker; But I think it's useful to include as a working example.
50*9880d681SAndroid Build Coastguard Workerdefine i64 @testLowerConstant(i64 %arg, i64 %tmp2, i64 %tmp10, i64* %tmp33, i64 %tmp79) {
51*9880d681SAndroid Build Coastguard Workerentry:
52*9880d681SAndroid Build Coastguard Worker  %tmp80 = add i64 %tmp79, -16
53*9880d681SAndroid Build Coastguard Worker  %tmp81 = inttoptr i64 %tmp80 to i64*
54*9880d681SAndroid Build Coastguard Worker  %tmp82 = load i64, i64* %tmp81, align 8
55*9880d681SAndroid Build Coastguard Worker  tail call void (i64, i32, ...) @llvm.experimental.stackmap(i64 14, i32 8, i64 %arg, i64 %tmp2, i64 %tmp10, i64 %tmp82)
56*9880d681SAndroid Build Coastguard Worker  tail call void (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.void(i64 15, i32 32, i8* null, i32 3, i64 %arg, i64 %tmp10, i64 %tmp82)
57*9880d681SAndroid Build Coastguard Worker  %tmp83 = load i64, i64* %tmp33, align 8
58*9880d681SAndroid Build Coastguard Worker  %tmp84 = add i64 %tmp83, -24
59*9880d681SAndroid Build Coastguard Worker  %tmp85 = inttoptr i64 %tmp84 to i64*
60*9880d681SAndroid Build Coastguard Worker  %tmp86 = load i64, i64* %tmp85, align 8
61*9880d681SAndroid Build Coastguard Worker  tail call void (i64, i32, ...) @llvm.experimental.stackmap(i64 17, i32 8, i64 %arg, i64 %tmp10, i64 %tmp86)
62*9880d681SAndroid Build Coastguard Worker  tail call void (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.void(i64 18, i32 32, i8* null, i32 3, i64 %arg, i64 %tmp10, i64 %tmp86)
63*9880d681SAndroid Build Coastguard Worker  ret i64 10
64*9880d681SAndroid Build Coastguard Worker}
65*9880d681SAndroid Build Coastguard Worker
66*9880d681SAndroid Build Coastguard Worker; Test small patchpoints that don't emit calls.
67*9880d681SAndroid Build Coastguard Workerdefine void @small_patchpoint_codegen(i64 %p1, i64 %p2, i64 %p3, i64 %p4) {
68*9880d681SAndroid Build Coastguard Workerentry:
69*9880d681SAndroid Build Coastguard Worker; CHECK-LABEL: small_patchpoint_codegen:
70*9880d681SAndroid Build Coastguard Worker; CHECK:      Ltmp
71*9880d681SAndroid Build Coastguard Worker; CHECK:      nop
72*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT: nop
73*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT: nop
74*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT: nop
75*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT: nop
76*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT: ldp
77*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT: ret
78*9880d681SAndroid Build Coastguard Worker  %result = tail call i64 (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.i64(i64 5, i32 20, i8* null, i32 2, i64 %p1, i64 %p2)
79*9880d681SAndroid Build Coastguard Worker  ret void
80*9880d681SAndroid Build Coastguard Worker}
81*9880d681SAndroid Build Coastguard Worker
82*9880d681SAndroid Build Coastguard Workerdeclare void @llvm.experimental.stackmap(i64, i32, ...)
83*9880d681SAndroid Build Coastguard Workerdeclare void @llvm.experimental.patchpoint.void(i64, i32, i8*, i32, ...)
84*9880d681SAndroid Build Coastguard Workerdeclare i64 @llvm.experimental.patchpoint.i64(i64, i32, i8*, i32, ...)
85*9880d681SAndroid Build Coastguard Worker
86