[llvm-bugs] [Bug 38458] -sin(-x) -> sin(x)
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Aug 29 11:32:06 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=38458
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Sanjay Patel <spatel+llvm at rotateright.com> ---
We can improve the internals, but this should be fixed for the more common case
where we have an intrinsic rather than libcall after:
https://reviews.llvm.org/rL340952
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180829/4d0cc9b2/attachment.html>
More information about the llvm-bugs
mailing list