You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
13
external/llvm/test/CodeGen/ARM/Windows/vla-cpsr.ll
vendored
Normal file
13
external/llvm/test/CodeGen/ARM/Windows/vla-cpsr.ll
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
; RUN: llc -mtriple thumbv7-windows-itanium -filetype asm -o /dev/null %s -print-machineinstrs=expand-isel-pseudos 2>&1 | FileCheck %s
|
||||
|
||||
declare arm_aapcs_vfpcc void @g(i8*) local_unnamed_addr
|
||||
|
||||
define arm_aapcs_vfpcc void @f(i32 %i) local_unnamed_addr {
|
||||
entry:
|
||||
%vla = alloca i8, i32 %i, align 1
|
||||
call arm_aapcs_vfpcc void @g(i8* nonnull %vla)
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK: tBL pred:14, pred:%noreg, $__chkstk, implicit-def %lr, implicit %sp, implicit killed %r4, implicit-def %r4, implicit-def dead %r12, implicit-def dead %cpsr
|
||||
|
Reference in New Issue
Block a user