[PATCH] D13994: Optimization for pow(x, n) where n is some constant

escha via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 25 15:39:15 PDT 2015


escha added a subscriber: escha.
escha added a comment.

https://en.wikipedia.org/wiki/Addition-chain_exponentiation This might be relevant here.


http://reviews.llvm.org/D13994





More information about the llvm-commits mailing list