[llvm-commits] [PATCH v2 0/2] instcombine: wire up -fno-builtin to the library call simplifier

Eli Friedman eli.friedman at gmail.com
Thu Nov 8 17:29:48 PST 2012


On Thu, Nov 8, 2012 at 5:29 PM, Eli Friedman <eli.friedman at gmail.com> wrote:
> On Thu, Nov 8, 2012 at 2:21 PM, Meador Inge <meadori at codesourcery.com> wrote:
>> As discussed here [1] the correct way to wire up -fno-builtin to the
>> instcombine library call simplifiers is to take advantage of the target
>> library information.  This patch set adds a few missing functions to the
>> TLI and adds the appropriate queries to the simplifier framework.  I have
>> also added new tests to tools/clang/test/CodeGen/libcalls-fno-builtin.c
>> for verifying the -fno-builtin behavior, but I will submit that patch to
>> cfe-commits.
>>
>> OK?
>
> You didn't attach a patch.

Err, oops; didn't spot the email.  Nevermind.

-Eli



More information about the llvm-commits mailing list