[PATCH] D63038: [SimplifyLibCalls] powf(x, sitofp(n)) -> powi(x, n)
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 21 12:22:32 PDT 2019
xbolva00 added a comment.
In D63038#1554089 <https://reviews.llvm.org/D63038#1554089>, @efriedma wrote:
> It would be nice to use the exact necessary fast-math flags here, while we're thinking about it, instead of just "isFast()". From the discussion, it seems like we only need "afn"?
Okey. Maybe @spatel could help us with fast flags, whether afn is enough.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63038/new/
https://reviews.llvm.org/D63038
More information about the llvm-commits
mailing list