You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
25
external/llvm/test/CodeGen/AArch64/chkstk.ll
vendored
25
external/llvm/test/CodeGen/AArch64/chkstk.ll
vendored
@ -1,25 +0,0 @@
|
||||
; RUN: llc -mtriple=aarch64-windows -verify-machineinstrs %s -o - \
|
||||
; RUN: | FileCheck -check-prefix CHECK-DEFAULT-CODE-MODEL %s
|
||||
|
||||
; RUN: llc -mtriple=aarch64-windows -verify-machineinstrs -code-model=large %s -o - \
|
||||
; RUN: | FileCheck -check-prefix CHECK-LARGE-CODE-MODEL %s
|
||||
|
||||
define void @check_watermark() {
|
||||
entry:
|
||||
%buffer = alloca [4096 x i8], align 1
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK-DEFAULT-CODE-MODEL: check_watermark:
|
||||
; CHECK-DEFAULT-CODE-MODEL-DAG: stp x29, x30, [sp
|
||||
; CHECK-DEFAULT-CODE-MODEL-DAG: orr x15, xzr, #0x100
|
||||
; CHECK-DEFAULT-CODE-MODEL: bl __chkstk
|
||||
; CHECK-DEFAULT-CODE-MODEL: sub sp, sp, x15, lsl #4
|
||||
|
||||
; CHECK-LARGE-CODE-MODEL: check_watermark:
|
||||
; CHECK-LARGE-CODE-MODEL-DAG: stp x29, x30, [sp
|
||||
; CHECK-LARGE-CODE-MODEL-DAG: orr x15, xzr, #0x100
|
||||
; CHECK-LARGE-CODE-MODEL-DAG: adrp x16, __chkstk
|
||||
; CHECK-LARGE-CODE-MODEL-DAG: add x16, x16, __chkstk
|
||||
; CHECK-LARGE-CODE-MODEL: blr x16
|
||||
; CHECK-LARGE-CODE-MODEL: sub sp, sp, x15, lsl #4
|
Reference in New Issue
Block a user