[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / CodeGen / X86 / tailcall-fastisel.ll
blobc9de079d1d075d7aefb1f7d471c79cfc64e369a4
1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -tailcallopt -fast-isel -fast-isel-abort=1 | FileCheck %s
3 %0 = type { i64, i32, ptr }
5 define fastcc ptr @"visit_array_aux<`Reference>"(%0 %arg, i32 %arg1) nounwind {
6 fail:                                             ; preds = %entry
7   %tmp20 = tail call fastcc 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