[PATCH] D14045: [SimplifyLibCalls] Add a new transform: pow(exp(x), y) -> exp(x*y)
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 3 10:47:21 PST 2015
davide added a comment.
David, as InstCombine owner -- do you have any objections to get this in (now that Stephen reviewed it)?
http://reviews.llvm.org/D14045
More information about the llvm-commits
mailing list