[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / X86 / fast-isel-disable-tail-calls.ll
blobc0aac5e1bd3161a21c7cedade0742be954906290
1 ; RUN: llc -O0 -fast-isel -mtriple=x86_64-unknown-unknown < %s | FileCheck %s
3 ; CHECK-NOT: retq
4 ; CHECK: jmpq
6 define void @f(ptr %this) "disable-tail-calls"="true" {
7   musttail call void %this(ptr %this)
8   ret void