llvm-6502/test/CodeGen/X86/x86-64-frameaddr.ll
Evan Cheng 184793fc8a Re-apply 56683 with fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56748 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-27 01:56:22 +00:00

11 lines
254 B
LLVM

; RUN: llvm-as < %s | llc -march=x86-64 | grep movq | grep rbp
define i64* @stack_end_address() nounwind {
entry:
tail call i8* @llvm.frameaddress( i32 0 )
bitcast i8* %0 to i64*
ret i64* %1
}
declare i8* @llvm.frameaddress(i32) nounwind readnone