[PATCH] D49273: [InstCombine] Expand the simplification of pow() into exp2()

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 7 13:15:33 PDT 2019


xbolva00 added a comment.
Herald added a project: LLVM.

Hello, ldexp seems to be faster here. Did you try it?

pow(2, e) to ldexp(1, e)


Repository:
  rL LLVM

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

https://reviews.llvm.org/D49273





More information about the llvm-commits mailing list