[PATCH] D13994: [SimplifyLibCalls] Optimization for pow(x, n) where n is some constant
Steve Canon via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 18 07:59:01 PST 2015
scanon added a comment.
As long as we're really going to dig into the addition-chain issue, why are we duplicating Reassociate::buildMinimalMultiplyDAG here?
http://reviews.llvm.org/D13994
More information about the llvm-commits
mailing list