[llvm] r256964 - [LibCallSimplifier] use instruction-level fast-math-flags for tan/atan transform

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 6 15:39:25 PST 2016


On Wed, Jan 6, 2016 at 11:23 AM, Sanjay Patel via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: spatel
> Date: Wed Jan  6 13:23:35 2016
> New Revision: 256964
>
> URL: http://llvm.org/viewvc/llvm-project?rev=256964&view=rev
> Log:
> [LibCallSimplifier] use instruction-level fast-math-flags for tan/atan transform
>

Oh thanks, this is very nice and have been in my TODO list for a while
(but other stuffs had higher priority). Your comment mentions "trig
functions" and their inverse -- is there a reason why this can't be
extended to pair of functions which are one the inverse of each other
(e.g. exp/log)?

Thanks!

--
Davide


More information about the llvm-commits mailing list