Sign in
cobalt
/
cobalt
/
3cd5432aaed8f14f27f66ade1b51aa71df939492
/
.
/
third_party
/
llvm-project
/
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
()