[PATCH] D65979: [InstCombine] Simplify pow(2.0, itofp(y)) to ldexp(1.0, y)

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 16 08:35:27 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL369120: [InstCombine] Simplify pow(2.0, itofp(y)) to ldexp(1.0, y) (authored by evandro, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D65979?vs=214412&id=215607#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D65979

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65979.215607.patch
Type: text/x-patch
Size: 7881 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190816/7b3bb26b/attachment.bin>


More information about the llvm-commits mailing list