[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / X86 / tailcc-fastisel.ll
blob12170c1c7540ac7a80f980492b71b323b9b49cf9
1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -fast-isel -fast-isel-abort=1 | FileCheck %s
3 %0 = type { i64, i32, ptr }
5 define tailcc ptr @"visit_array_aux<`Reference>"(%0 %arg, i32 %arg1) nounwind {
6 fail:                                             ; preds = %entry
7   %tmp20 = tail call tailcc ptr @"visit_array_aux<`Reference>"(%0 %arg, i32 undef) ; <ptr> [#uses=1]
8 ; CHECK: jmp "_visit_array_aux<`Reference>" ## TAILCALL
9   ret ptr %tmp20
12 define i32 @foo() nounwind {
13 entry:
14  %0 = tail call i32 (...) @bar() nounwind       ; <i32> [#uses=1]
15  ret i32 %0
18 declare i32 @bar(...) nounwind