summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/sincospi.ll
Commit message (Collapse)AuthorAge
* Convert calls to __sinpi and __cospi into __sincospi_stretBob Wilson2013-11-03
This adds an SimplifyLibCalls case which converts the special __sinpi and __cospi (float & double variants) into a __sincospi_stret where appropriate to remove duplicated work. Patch by Tim Northover git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193943 91177308-0d34-0410-b5e6-96231b3b80d8