[PATCH] D41940: [InstSimplify] Missed optimization in math expression: log10(pow(10.0, x)) == x, log2(pow(2.0, x)) == x

Dmitry Venikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 21 22:47:35 PST 2019


Quolyk updated this revision to Diff 182849.
Quolyk added a comment.

Ping.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D41940

Files:
  lib/Analysis/InstructionSimplify.cpp
  test/Transforms/InstSimplify/log10-pow10-intrinsic.ll
  test/Transforms/InstSimplify/log2-pow2-intrinsic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41940.182849.patch
Type: text/x-patch
Size: 4626 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190122/9744b2a3/attachment.bin>


More information about the llvm-commits mailing list