bolt/deps/llvm-18.1.8/llvm/test/CodeGen/Thumb/stack-frame.ll
2025-02-14 19:21:04 +01:00

14 lines
179 B
LLVM

; RUN: llc -mtriple=thumb-eabi < %s -o - | FileCheck %s
define void @f1() {
%c = alloca i8, align 1
ret void
}
define i32 @f2() {
ret i32 1
}
; CHECK: add
; CHECK-NOT: add