Sign in
swiftshader
/
SwiftShader
/
dbb6f3fa60b16497be9e6564328bf312b5a5976d
/
.
/
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
()