1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/include
Bob Wilson eb7943100b Convert calls to __sinpi and __cospi into __sincospi_stret
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

llvm-svn: 193943
2013-11-03 06:48:38 +00:00
..
llvm Convert calls to __sinpi and __cospi into __sincospi_stret 2013-11-03 06:48:38 +00:00
llvm-c Add a comment to note that LLVMDisablePrettyStackTrace() is likely not a good long-term solution. 2013-11-03 04:38:31 +00:00