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

Mandeep Singh Grang via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 12:16:43 PST 2015


mgrang added a comment.

I have now implemented this transformation by pre-computing multiplications (using Addition-Chains).
Can the reviewers please review this patch?


http://reviews.llvm.org/D13994





More information about the llvm-commits mailing list