[PATCH] D65979: [InstCombine] Simplify pow() into ldexp()
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 8 15:16:14 PDT 2019
efriedma added a comment.
Does this require fast math due to rounding in the sitofp conversion? Off the top of my head, probably it doesn't matter because those cases would produce zero or infinity anyway, but it's worth explaining in the code.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65979/new/
https://reviews.llvm.org/D65979
More information about the llvm-commits
mailing list