You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
15
external/llvm/test/CodeGen/SystemZ/ret-addr-01.ll
vendored
Normal file
15
external/llvm/test/CodeGen/SystemZ/ret-addr-01.ll
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
; Test support for the llvm.returnaddress intrinsic.
|
||||
;
|
||||
; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
|
||||
|
||||
; The current function's return address is in the link register.
|
||||
define i8* @rt0() norecurse nounwind readnone {
|
||||
entry:
|
||||
; CHECK-LABEL: rt0:
|
||||
; CHECK: lgr %r2, %r14
|
||||
; CHECK: br %r14
|
||||
%0 = tail call i8* @llvm.returnaddress(i32 0)
|
||||
ret i8* %0
|
||||
}
|
||||
|
||||
declare i8* @llvm.returnaddress(i32) nounwind readnone
|
Reference in New Issue
Block a user