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

10 lines
257 B
LLVM

; RUN: llc < %s -mtriple=thumb-apple-darwin -frame-pointer=all | FileCheck %s
; rdar://7268481
define void @t() nounwind {
; CHECK-LABEL: t:
; CHECK: push {r7, lr}
entry:
call void asm sideeffect alignstack ".long 0xe7ffdefe", ""() nounwind
ret void
}