[PATCH] D40150: [LibCallSimplifier] fix pow(x, 0.5) -> sqrt() transforms
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 19 08:15:27 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL318628: [LibCallSimplifier] partly fix pow(x, 0.5) -> sqrt() transforms (authored by spatel).
Changed prior to commit:
https://reviews.llvm.org/D40150?vs=123248&id=123501#toc
Repository:
rL LLVM
https://reviews.llvm.org/D40150
Files:
llvm/trunk/include/llvm/Transforms/Utils/SimplifyLibCalls.h
llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp
llvm/trunk/test/Transforms/InstCombine/pow-sqrt.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40150.123501.patch
Type: text/x-patch
Size: 6211 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171119/700717cd/attachment.bin>
More information about the llvm-commits
mailing list