[PATCH] Move library call prototype attribute inference to functionattrs

Meador Inge meadori at gmail.com
Tue Mar 12 17:04:31 PDT 2013


On Mon, Mar 11, 2013 at 8:12 PM, Meador Inge <meadori at codesourcery.com> wrote:

> The simplify-libcalls pass implemented a doInitialization hook to infer
> function prototype attributes for well-known functions.  Given that the
> simplify-libcalls pass is going away *and* that the functionattrs pass
> is already in place to deduce function attributes, I am moving this logic
> to the functionattrs pass.

*sigh*

I sent out the wrong patch.  Please ignore this one.  It is an earlier
version with a few bugs still left in it.

-- Meador



More information about the llvm-commits mailing list