[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / X86 / tailcc-fastisel.ll
blobe6d75faf4cde75f4a5223ed1358df15c84362b81
1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -fast-isel -fast-isel-abort=1 | FileCheck %s
3 %0 = type { i64, i32, i8* }
5 define tailcc i8* @"visit_array_aux<`Reference>"(%0 %arg, i32 %arg1) nounwind {
6 fail:                                             ; preds = %entry
7   %tmp20 = tail call tailcc i8* @"visit_array_aux<`Reference>"(%0 %arg, i32 undef) ; <i8*> [#uses=1]
8 ; CHECK: jmp "_visit_array_aux<`Reference>" ## TAILCALL
9   ret i8* %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