[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / X86 / tailcall-pseudo.mir
blobaf52a4ddef75957dd8934c349cd8a2a982a2dd57
1 #RUN: llc -verify-machineinstrs -mtriple=i386-apple-darwin -o - -run-pass=x86-pseudo %s | FileCheck %s
2 ---
3 name:            tail_call_fail
4 tracksRegLiveness: true
5 body:             |
6   bb.0:
7     TCRETURNri undef renamable $eax, 0, csr_32, implicit $esp, implicit $ssp
8     ; CHECK: TAILJMPr killed undef renamable $eax, csr_32, implicit $esp, implicit $ssp
10 ...