blob: 2f9004bb22e67a1a7206da3626f8ac4a200474b4 [file] [log] [blame]
Juergen Ributzkaa80dd082014-07-31 04:10:43 +00001; RUN: llc -mtriple=arm64-apple-darwin -enable-misched=0 -mcpu=cyclone < %s | FileCheck %s
Mehdi Amini945a6602015-02-27 18:32:11 +00002; RUN: llc -mtriple=arm64-apple-darwin -enable-misched=0 -mcpu=cyclone -fast-isel -fast-isel-abort=1 < %s | FileCheck %s
Tim Northover00ed9962014-03-29 10:18:08 +00003
4; Trivial patchpoint codegen
5;
6define i64 @trivial_patchpoint_codegen(i64 %p1, i64 %p2, i64 %p3, i64 %p4) {
7entry:
8; CHECK-LABEL: trivial_patchpoint_codegen:
Tim Northoverdaa1c012016-06-16 01:42:25 +00009; CHECK: mov x16, #244834610708480
Paul Osmialowski4f5b3be2016-05-13 18:00:09 +000010; CHECK-NEXT: movk x16, #48879, lsl #16
11; CHECK-NEXT: movk x16, #51966
Tim Northover00ed9962014-03-29 10:18:08 +000012; CHECK-NEXT: blr x16
Tim Northoverdaa1c012016-06-16 01:42:25 +000013; CHECK: mov x16, #244834610708480
Paul Osmialowski4f5b3be2016-05-13 18:00:09 +000014; CHECK-NEXT: movk x16, #48879, lsl #16
15; CHECK-NEXT: movk x16, #51967
Tim Northover00ed9962014-03-29 10:18:08 +000016; CHECK-NEXT: blr x16
17; CHECK: ret
18 %resolveCall2 = inttoptr i64 244837814094590 to i8*
David Blaikie23af6482015-04-16 23:24:18 +000019 %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)
Tim Northover00ed9962014-03-29 10:18:08 +000020 %resolveCall3 = inttoptr i64 244837814094591 to i8*
David Blaikie23af6482015-04-16 23:24:18 +000021 tail call void (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.void(i64 3, i32 20, i8* %resolveCall3, i32 2, i64 %p1, i64 %result)
Tim Northover00ed9962014-03-29 10:18:08 +000022 ret i64 %result
23}
24
25; Caller frame metadata with stackmaps. This should not be optimized
26; as a leaf function.
27;
28; CHECK-LABEL: caller_meta_leaf
Geoff Berrya5335642016-05-06 16:34:59 +000029; CHECK: sub sp, sp, #48
30; CHECK-NEXT: stp x29, x30, [sp, #32]
31; CHECK-NEXT: add x29, sp, #32
Tim Northover00ed9962014-03-29 10:18:08 +000032; CHECK: Ltmp
Geoff Berrya5335642016-05-06 16:34:59 +000033; CHECK: add sp, sp, #48
Tim Northover00ed9962014-03-29 10:18:08 +000034; CHECK: ret
35
36define void @caller_meta_leaf() {
37entry:
38 %metadata = alloca i64, i32 3, align 8
39 store i64 11, i64* %metadata
40 store i64 12, i64* %metadata
41 store i64 13, i64* %metadata
David Blaikie23af6482015-04-16 23:24:18 +000042 call void (i64, i32, ...) @llvm.experimental.stackmap(i64 4, i32 0, i64* %metadata)
Tim Northover00ed9962014-03-29 10:18:08 +000043 ret void
44}
45
Tim Northover00ed9962014-03-29 10:18:08 +000046; Test patchpoints reusing the same TargetConstant.
47; <rdar:15390785> Assertion failed: (CI.getNumArgOperands() >= NumArgs + 4)
48; There is no way to verify this, since it depends on memory allocation.
49; But I think it's useful to include as a working example.
50define i64 @testLowerConstant(i64 %arg, i64 %tmp2, i64 %tmp10, i64* %tmp33, i64 %tmp79) {
51entry:
52 %tmp80 = add i64 %tmp79, -16
53 %tmp81 = inttoptr i64 %tmp80 to i64*
David Blaikiea79ac142015-02-27 21:17:42 +000054 %tmp82 = load i64, i64* %tmp81, align 8
David Blaikie23af6482015-04-16 23:24:18 +000055 tail call void (i64, i32, ...) @llvm.experimental.stackmap(i64 14, i32 8, i64 %arg, i64 %tmp2, i64 %tmp10, i64 %tmp82)
56 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)
David Blaikiea79ac142015-02-27 21:17:42 +000057 %tmp83 = load i64, i64* %tmp33, align 8
Tim Northover00ed9962014-03-29 10:18:08 +000058 %tmp84 = add i64 %tmp83, -24
59 %tmp85 = inttoptr i64 %tmp84 to i64*
David Blaikiea79ac142015-02-27 21:17:42 +000060 %tmp86 = load i64, i64* %tmp85, align 8
David Blaikie23af6482015-04-16 23:24:18 +000061 tail call void (i64, i32, ...) @llvm.experimental.stackmap(i64 17, i32 8, i64 %arg, i64 %tmp10, i64 %tmp86)
62 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)
Tim Northover00ed9962014-03-29 10:18:08 +000063 ret i64 10
64}
65
66; Test small patchpoints that don't emit calls.
67define void @small_patchpoint_codegen(i64 %p1, i64 %p2, i64 %p3, i64 %p4) {
68entry:
69; CHECK-LABEL: small_patchpoint_codegen:
70; CHECK: Ltmp
71; CHECK: nop
72; CHECK-NEXT: nop
73; CHECK-NEXT: nop
74; CHECK-NEXT: nop
75; CHECK-NEXT: nop
76; CHECK-NEXT: ldp
77; CHECK-NEXT: ret
David Blaikie23af6482015-04-16 23:24:18 +000078 %result = tail call i64 (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.i64(i64 5, i32 20, i8* null, i32 2, i64 %p1, i64 %p2)
Tim Northover00ed9962014-03-29 10:18:08 +000079 ret void
80}
81
Tim Northover00ed9962014-03-29 10:18:08 +000082declare void @llvm.experimental.stackmap(i64, i32, ...)
83declare void @llvm.experimental.patchpoint.void(i64, i32, i8*, i32, ...)
84declare i64 @llvm.experimental.patchpoint.i64(i64, i32, i8*, i32, ...)
Tim Northover47e003c2014-05-26 17:21:53 +000085