Sign in
swiftshader
/
SwiftShader
/
dc85364a33e23cfbaf95144c3e9d145a5dbb5c07
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
Mips
/
frame-address.ll
blob: 9df1808fde5344898dbeda31464cbdb29f0591a5 [
file
] [
log
] [
blame
]
; RUN: llc -march=mipsel < %s | FileCheck %s
declare
i8
*
@llvm.frameaddress
(
i32
)
nounwind
readnone
define
i8
*
@f
()
nounwind
{
entry
:
%0
=
call
i8
*
@llvm.frameaddress
(
i32
0
)
ret
i8
*
%0
; CHECK: addu $fp, $sp, $zero
; CHECK: addu $2, $zero, $fp
}