brintos

brintos / llvm-project-archived public Read only

0
0
Text · 780 B · 910924c Raw
21 lines · plain
1; RUN: llc < %s -mtriple=x86_64-apple-darwin -fast-isel -fast-isel-abort=1 | FileCheck %s  -check-prefix=DARWIN642; RUN: llc < %s -mtriple=x86_64-uefi -fast-isel -fast-isel-abort=1 | FileCheck %s -check-prefix=UEFI643 4%0 = type { i64, i32, ptr }5 6define tailcc ptr @"visit_array_aux<`Reference>"(%0 %arg, i32 %arg1) nounwind {7fail:                                             ; preds = %entry8  %tmp20 = tail call tailcc ptr @"visit_array_aux<`Reference>"(%0 %arg, i32 undef) ; <ptr> [#uses=1]9; DARWIN64: jmp "_visit_array_aux<`Reference>" ## TAILCALL10; UEFI64:   jmp	"visit_array_aux<`Reference>"  # TAILCALL11  ret ptr %tmp2012}13 14define i32 @foo() nounwind {15entry:16 %0 = tail call i32 (...) @bar() nounwind       ; <i32> [#uses=1]17 ret i32 %018}19 20declare i32 @bar(...) nounwind21