[PATCH] Optimize call to sqrt.
Chris Lattner
clattner at apple.com
Wed Jun 19 21:45:30 PDT 2013
On Jun 19, 2013, at 8:12 AM, Meador Inge <meadori at codesourcery.com> wrote:
> On 06/18/2013 03:37 PM, Eli Friedman wrote:
>
>> Scalar/SimplifyLibCalls.cpp is basically already dead; I'm surprised nobody
>> deleted it already.
>
> I have a patch in my local queue that removes it, but as mentioned here I am
> not quite sure what to do about the C API [1]. My current patch just makes
> LLVMPassManagerBuilderSetDisableSimplifyLibCalls a NOP.
This approach makes sense to me.
-Chris
More information about the llvm-commits
mailing list