[PATCH] D13997: [SimplifyLibCall] pow(x, 3.0) -> x*x*x
Joerg Sonnenberger via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 22 16:32:19 PDT 2015
joerg added a subscriber: joerg.
joerg added a comment.
Am I reading this correctly and this transform is done by default? If yes, this seems to be a bit problematic, since it replaces a potentially correctly rounded operation with something that does rounding twice?
Repository:
rL LLVM
http://reviews.llvm.org/D13997
More information about the llvm-commits
mailing list