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

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 17:57:33 PDT 2019


xbolva00 created this revision.
xbolva00 added a reviewer: spatel.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Partially solves https://bugs.llvm.org/show_bug.cgi?id=42190


Repository:
  rL LLVM

https://reviews.llvm.org/D63038

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63038.203652.patch
Type: text/x-patch
Size: 5403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190608/60a52bb7/attachment.bin>


More information about the llvm-commits mailing list