llvm-for-llvmta/test/CodeGen/Thumb/frame_thumb.ll

10 lines
227 B
LLVM
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
; RUN: llc < %s -mtriple=thumb-apple-darwin \
; RUN: -frame-pointer=all | not grep "r11"
; RUN: llc < %s -mtriple=thumb-linux-gnueabi \
; RUN: -frame-pointer=all | not grep "r11"
define i32 @f() {
entry:
ret i32 10
}