Sign in
llvm
/
llvm-project
/
0b688f3ce154cb040f224f81c76571d2e4f62c8d
/
.
/
llvm
/
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
}