[PATCH] D40150: [LibCallSimplifier] fix pow(x, 0.5) -> sqrt() transforms

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 17 12:28:15 PST 2017


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

I think this is okay for now; we can clean it up when the backend is fixed.


https://reviews.llvm.org/D40150





More information about the llvm-commits mailing list