[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:48:30 PDT 2019


xbolva00 added a comment.

We have exp to ldexp fold, so we indirectly fold pow integer case to ldexp. I think it is okay as is.

Thanks.


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