[llvm] r257491 - [LibCallSimplifier] use instruction-level fast-math-flags to transform pow(exp(x)) calls

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 10:44:19 PST 2016


Almost done. :)
Just a couple of similar changes left I think; one with a question about
FMF propagation, so I'll post that for Phab review.

On Tue, Jan 12, 2016 at 11:14 AM, Davide Italiano <davide at freebsd.org>
wrote:

> On Tue, Jan 12, 2016 at 9:30 AM, Sanjay Patel via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
> > Author: spatel
> > Date: Tue Jan 12 11:30:37 2016
> > New Revision: 257491
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=257491&view=rev
> > Log:
> > [LibCallSimplifier] use instruction-level fast-math-flags to transform
> pow(exp(x)) calls
> >
> > See also:
> > http://reviews.llvm.org/rL255555
> > http://reviews.llvm.org/rL256871
> > http://reviews.llvm.org/rL256964
> > http://reviews.llvm.org/rL257400
> > http://reviews.llvm.org/rL257404
> > http://reviews.llvm.org/rL257414
> >
> >
>
> Thank you for this change.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160112/963c5409/attachment-0001.html>


More information about the llvm-commits mailing list