[PATCH] D64099: [InstCombine] pow(C,x) -> exp2(log2(C)*x)

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 12:39:32 PDT 2019


evandro added a comment.

Since using `exp2(log())` was mathematically incorrect, have you run any benchmark that validates the results, such SPEC CPU2006 or CPU2017?  If so, what kind of improvement did it register?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64099/new/

https://reviews.llvm.org/D64099





More information about the llvm-commits mailing list