2014-10-02 22:21:49 +00:00
|
|
|
; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=corei7 < %s | FileCheck %s
|
2015-02-27 18:32:11 +00:00
|
|
|
; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=corei7 -fast-isel -fast-isel-abort=1 < %s | FileCheck %s
|
2013-10-31 22:11:56 +00:00
|
|
|
|
|
|
|
; Trivial patchpoint codegen
|
|
|
|
;
|
|
|
|
define i64 @trivial_patchpoint_codegen(i64 %p1, i64 %p2, i64 %p3, i64 %p4) {
|
|
|
|
entry:
|
2013-11-09 01:51:33 +00:00
|
|
|
; CHECK-LABEL: trivial_patchpoint_codegen:
|
|
|
|
; CHECK: movabsq $-559038736, %r11
|
|
|
|
; CHECK-NEXT: callq *%r11
|
2013-12-04 00:39:08 +00:00
|
|
|
; CHECK-NEXT: xchgw %ax, %ax
|
2013-10-31 22:11:56 +00:00
|
|
|
; CHECK: movq %rax, %[[REG:r.+]]
|
2013-11-09 01:51:33 +00:00
|
|
|
; CHECK: callq *%r11
|
2013-12-04 00:39:08 +00:00
|
|
|
; CHECK-NEXT: xchgw %ax, %ax
|
2013-10-31 22:11:56 +00:00
|
|
|
; CHECK: movq %[[REG]], %rax
|
|
|
|
; CHECK: ret
|
|
|
|
%resolveCall2 = inttoptr i64 -559038736 to i8*
|
2013-12-13 18:37:10 +00:00
|
|
|
%result = tail call i64 (i64, i32, i8*, i32, ...)* @llvm.experimental.patchpoint.i64(i64 2, i32 15, i8* %resolveCall2, i32 4, i64 %p1, i64 %p2, i64 %p3, i64 %p4)
|
2013-10-31 22:11:56 +00:00
|
|
|
%resolveCall3 = inttoptr i64 -559038737 to i8*
|
2013-12-13 18:37:10 +00:00
|
|
|
tail call void (i64, i32, i8*, i32, ...)* @llvm.experimental.patchpoint.void(i64 3, i32 15, i8* %resolveCall3, i32 2, i64 %p1, i64 %result)
|
2013-10-31 22:11:56 +00:00
|
|
|
ret i64 %result
|
|
|
|
}
|
|
|
|
|
|
|
|
; Caller frame metadata with stackmaps. This should not be optimized
|
|
|
|
; as a leaf function.
|
|
|
|
;
|
2013-10-31 22:46:51 +00:00
|
|
|
; CHECK-LABEL: caller_meta_leaf
|
2013-11-15 05:52:56 +00:00
|
|
|
; CHECK: subq $32, %rsp
|
2013-10-31 22:11:56 +00:00
|
|
|
; CHECK: Ltmp
|
2013-11-15 05:52:56 +00:00
|
|
|
; CHECK: addq $32, %rsp
|
2013-10-31 22:11:56 +00:00
|
|
|
; CHECK: ret
|
|
|
|
define void @caller_meta_leaf() {
|
|
|
|
entry:
|
|
|
|
%metadata = alloca i64, i32 3, align 8
|
|
|
|
store i64 11, i64* %metadata
|
|
|
|
store i64 12, i64* %metadata
|
|
|
|
store i64 13, i64* %metadata
|
2013-12-13 18:37:10 +00:00
|
|
|
call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 4, i32 0, i64* %metadata)
|
2013-10-31 22:11:56 +00:00
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|
2013-11-05 22:44:04 +00:00
|
|
|
; Test patchpoints reusing the same TargetConstant.
|
|
|
|
; <rdar:15390785> Assertion failed: (CI.getNumArgOperands() >= NumArgs + 4)
|
|
|
|
; There is no way to verify this, since it depends on memory allocation.
|
|
|
|
; But I think it's useful to include as a working example.
|
|
|
|
define i64 @testLowerConstant(i64 %arg, i64 %tmp2, i64 %tmp10, i64* %tmp33, i64 %tmp79) {
|
|
|
|
entry:
|
|
|
|
%tmp80 = add i64 %tmp79, -16
|
|
|
|
%tmp81 = inttoptr i64 %tmp80 to i64*
|
2015-02-27 21:17:42 +00:00
|
|
|
%tmp82 = load i64, i64* %tmp81, align 8
|
2013-12-13 18:37:10 +00:00
|
|
|
tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 14, i32 5, i64 %arg, i64 %tmp2, i64 %tmp10, i64 %tmp82)
|
|
|
|
tail call void (i64, i32, i8*, i32, ...)* @llvm.experimental.patchpoint.void(i64 15, i32 30, i8* null, i32 3, i64 %arg, i64 %tmp10, i64 %tmp82)
|
2015-02-27 21:17:42 +00:00
|
|
|
%tmp83 = load i64, i64* %tmp33, align 8
|
2013-11-05 22:44:04 +00:00
|
|
|
%tmp84 = add i64 %tmp83, -24
|
|
|
|
%tmp85 = inttoptr i64 %tmp84 to i64*
|
2015-02-27 21:17:42 +00:00
|
|
|
%tmp86 = load i64, i64* %tmp85, align 8
|
2013-12-13 18:37:10 +00:00
|
|
|
tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 17, i32 5, i64 %arg, i64 %tmp10, i64 %tmp86)
|
|
|
|
tail call void (i64, i32, i8*, i32, ...)* @llvm.experimental.patchpoint.void(i64 18, i32 30, i8* null, i32 3, i64 %arg, i64 %tmp10, i64 %tmp86)
|
2013-11-05 22:44:04 +00:00
|
|
|
ret i64 10
|
|
|
|
}
|
|
|
|
|
2013-11-14 06:54:10 +00:00
|
|
|
; Test small patchpoints that don't emit calls.
|
|
|
|
define void @small_patchpoint_codegen(i64 %p1, i64 %p2, i64 %p3, i64 %p4) {
|
|
|
|
entry:
|
|
|
|
; CHECK-LABEL: small_patchpoint_codegen:
|
|
|
|
; CHECK: Ltmp
|
2013-12-04 00:39:08 +00:00
|
|
|
; CHECK: nopl 8(%rax,%rax)
|
2013-11-14 06:54:10 +00:00
|
|
|
; CHECK-NEXT: popq
|
|
|
|
; CHECK-NEXT: ret
|
2013-12-13 18:37:10 +00:00
|
|
|
%result = tail call i64 (i64, i32, i8*, i32, ...)* @llvm.experimental.patchpoint.i64(i64 5, i32 5, i8* null, i32 2, i64 %p1, i64 %p2)
|
2013-11-14 06:54:10 +00:00
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|
2014-07-31 00:11:16 +00:00
|
|
|
; Test large target address.
|
|
|
|
define i64 @large_target_address_patchpoint_codegen() {
|
|
|
|
entry:
|
|
|
|
; CHECK-LABEL: large_target_address_patchpoint_codegen:
|
|
|
|
; CHECK: movabsq $6153737369414576827, %r11
|
|
|
|
; CHECK-NEXT: callq *%r11
|
|
|
|
%resolveCall2 = inttoptr i64 6153737369414576827 to i8*
|
|
|
|
%result = tail call i64 (i64, i32, i8*, i32, ...)* @llvm.experimental.patchpoint.i64(i64 2, i32 15, i8* %resolveCall2, i32 0)
|
|
|
|
ret i64 %result
|
|
|
|
}
|
|
|
|
|
2013-12-13 18:37:10 +00:00
|
|
|
declare void @llvm.experimental.stackmap(i64, i32, ...)
|
|
|
|
declare void @llvm.experimental.patchpoint.void(i64, i32, i8*, i32, ...)
|
|
|
|
declare i64 @llvm.experimental.patchpoint.i64(i64, i32, i8*, i32, ...)
|