[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / CodeGen / X86 / fp-stack-direct-ret.ll
blobf1bb5adf8e1620c97fb261b7e473f6c0cb85b862
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=i686-- | FileCheck %s --check-prefix=ALL
3 ; RUN: llc < %s -mtriple=i686-- -mcpu=yonah | FileCheck %s --check-prefix=ALL
5 declare double @foo()
7 define double @bar() {
8 ; ALL-LABEL: bar:
9 ; ALL:       # %bb.0: # %entry
10 ; ALL-NEXT:    jmp foo@PLT # TAILCALL
11 entry:
12         %tmp5 = tail call double @foo()
13         ret double %tmp5