You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.182
Former-commit-id: f9d55cf82631bfd710c387739687e5845296aea1
This commit is contained in:
parent
8625704ad8
commit
b716dc8d12
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