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

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 07:46:30 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL365637: [InstCombine] pow(C,x) -> exp2(log2(C)*x) (authored by xbolva00, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D64099?vs=208962&id=208964#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D64099

Files:
  llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/trunk/test/Transforms/InstCombine/pow-exp.ll
  llvm/trunk/test/Transforms/InstCombine/pow_fp_int.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64099.208964.patch
Type: text/x-patch
Size: 9535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190710/955e760d/attachment.bin>


More information about the llvm-commits mailing list