1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
llvm-mirror/test/CodeGen/Lanai/stack-frame.ll

15 lines
225 B
LLVM
Raw Normal View History

; RUN: llc -mtriple=lanai < %s -o - | FileCheck %s
define void @f1() {
%c = alloca i8, align 1
ret void
}
; CHECK-LABEL: f1:
; CHECK: sub %sp, 0x10
define i32 @f2() {
ret i32 1
}
; CHECK-LABEL: f2:
; CHECK: sub %sp, 0x8