[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / X86 / 2008-01-09-LongDoubleSin.ll
blobe8c957b1ff647efbc477f36242cd5888c1eb6b01
1 ; RUN: llc < %s -o - | FileCheck %s
3 ; CHECK: sinl
5 target triple = "i686-pc-linux-gnu"
7 define x86_fp80 @f(x86_fp80 %x) nounwind  {
8 entry:
9         %tmp2 = tail call x86_fp80 @sinl( x86_fp80 %x ) nounwind readonly               ; <x86_fp80> [#uses=1]
10         ret x86_fp80 %tmp2
13 declare x86_fp80 @sinl(x86_fp80) nounwind readonly