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

Mandeep Singh Grang via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 11:43:49 PDT 2015


mgrang added a comment.

Hi Paul,

I think for smaller values of exponents (<=32), the break-even point does not really depend on the target. Although I am open to suggestions to consider otherwise :)

Thanks,
Mandeep


http://reviews.llvm.org/D13994





More information about the llvm-commits mailing list