Sign in
swiftshader
/
SwiftShader
/
10a900e5ffaffdffe2806b1507af43a74acdfe9e
/
.
/
third_party
/
llvm-7.0
/
llvm
/
test
/
CodeGen
/
AArch64
/
tailcall-fastisel.ll
blob: ea173de274ed109d0abb322bc5652326bdef4ba8 [
file
] [
log
] [
blame
]
; RUN: llc < %s -mtriple=arm64-apple-darwin -O0 -fast-isel | FileCheck %s
; CHECK: b _foo0
define
i32
@foo1
()
{
entry
:
%call
=
tail
call
i32
@foo0
()
ret
i32
%call
}
declare
i32
@foo0
()