[PATCH] D63038: [SimplifyLibCalls] powf(x, sitofp(n)) -> powi(x, n)

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 09:02:18 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rGcb1a5a705c78: [SimplifyLibCalls] powf(x, sitofp(n)) -> powi(x, n) (authored by xbolva00).
Herald added a subscriber: hiraditya.

Changed prior to commit:
  https://reviews.llvm.org/D63038?vs=207567&id=207575#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63038

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63038.207575.patch
Type: text/x-patch
Size: 31769 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190702/6596fbac/attachment.bin>


More information about the llvm-commits mailing list