[PATCH] D68231: [SLC] Allow llvm.pow(x,2.0) -> x*x etc even if no pow() lib func

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 30 09:35:57 PDT 2020


foad updated this revision to Diff 261259.
foad added a comment.
Herald added a subscriber: hiraditya.

Rebase. Address review comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68231

Files:
  llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/test/Transforms/InstCombine/pow-1.ll
  llvm/test/Transforms/InstCombine/pow-3.ll
  llvm/test/Transforms/InstCombine/pow-amdgcn.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68231.261259.patch
Type: text/x-patch
Size: 9272 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200430/975013c1/attachment-0001.bin>


More information about the llvm-commits mailing list