Sign in
llvm
/
llvm-project
/
llvm
/
75f3283824c8a748a7f3d867b28e27408d2bc581
/
.
/
test
/
CodeGen
/
X86
/
fast-isel-disable-tail-calls.ll
blob: c0aac5e1bd3161a21c7cedade0742be954906290 [
file
] [
log
] [
blame
]
; RUN: llc -O0 -fast-isel -mtriple=x86_64-unknown-unknown < %s | FileCheck %s
; CHECK-NOT: retq
; CHECK: jmpq
define
void
@f
(
ptr
%this
)
"disable-tail-calls"
=
"true"
{
musttail
call
void
%this
(
ptr
%this
)
ret
void
}