Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
.
/
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
()