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

Steve Canon via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 13:59:46 PST 2015


scanon added a comment.

I went ahead and added isInteger( ) to APFloat (r253254).  You can use that to simplify some of the logic and make it somewhat more general.


http://reviews.llvm.org/D13994





More information about the llvm-commits mailing list