You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
16
external/llvm/test/CodeGen/ARM/Windows/aapcs.ll
vendored
16
external/llvm/test/CodeGen/ARM/Windows/aapcs.ll
vendored
@ -1,16 +0,0 @@
|
||||
; RUN: llc -mtriple=thumbv7-windows-itanium -mcpu=cortex-a9 -o - %s | FileCheck %s
|
||||
|
||||
; AAPCS mandates an 8-byte stack alignment. The alloca is implicitly aligned,
|
||||
; and no bic is required.
|
||||
|
||||
declare void @callee(i8 *%i)
|
||||
|
||||
define void @caller() {
|
||||
%i = alloca i8, align 8
|
||||
call void @callee(i8* %i)
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK: sub sp, #8
|
||||
; CHECK-NOT: bic
|
||||
|
Reference in New Issue
Block a user