[llvm-commits] [PATCH 1/2] Add more functions to the target library information.

Eli Friedman eli.friedman at gmail.com
Thu Nov 8 17:32:15 PST 2012


On Thu, Nov 8, 2012 at 2:21 PM, Meador Inge <meadori at codesourcery.com> wrote:
> In the process of migrating optimizations from the simplify-libcalls pass
> to the instcombine pass I noticed that a few functions are missing from
> the target library information.  These functions need to be available for
> querying in the instcombine library call simplifiers.  More functions will
> probably be added in the future as more simplifiers are migrated to
> instcombine.

LGTM.

-Eli



More information about the llvm-commits mailing list