16 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=i686-- | FileCheck %s --check-prefix=ALL3; RUN: llc < %s -mtriple=i686-- -mcpu=yonah | FileCheck %s --check-prefix=ALL4 5declare double @foo()6 7define double @bar() {8; ALL-LABEL: bar:9; ALL: # %bb.0: # %entry10; ALL-NEXT: jmp foo@PLT # TAILCALL11entry:12 %tmp5 = tail call double @foo()13 ret double %tmp514}15 16