[PATCH] D14400: [SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x)
Steve Canon via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 5 15:44:54 PST 2015
scanon added a comment.
Seems reasonable from a mathematical perspective.
http://reviews.llvm.org/D14400
More information about the llvm-commits
mailing list