[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 08:40:50 PDT 2019
xbolva00 updated this revision to Diff 207567.
xbolva00 added a comment.
Fixed formatting
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63038/new/
https://reviews.llvm.org/D63038
Files:
lib/Transforms/Utils/SimplifyLibCalls.cpp
test/Transforms/InstCombine/pow-4.ll
test/Transforms/InstCombine/pow_fp_int.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63038.207567.patch
Type: text/x-patch
Size: 31724 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190702/808baf8d/attachment-0001.bin>
More information about the llvm-commits
mailing list