[PATCH] D14045: [SimplifyLibCalls] Add a new transform: pow(exp(x), y) -> exp(x*y)
Steve Canon via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 30 11:03:52 PDT 2015
scanon added a comment.
Seems reasonable to me. One of the owners should sign off on it.
http://reviews.llvm.org/D14045
More information about the llvm-commits
mailing list