[llvm-commits] [llvm] r46108 - in /llvm/trunk: lib/Transforms/IPO/ArgumentPromotion.cpp test/Transforms/ArgumentPromotion/attrs.ll

Chris Lattner sabre at nondot.org
Sun Feb 10 11:09:03 PST 2008


On Jan 17, 2008, at 1:45 AM, Duncan Sands wrote:

> Hi Chris,
>
>> Fix arg promotion to propagate the correct attrs on the calls to
>> promoted functions.  This is important for varargs calls in
>> particular.  Thanks to duncan for providing a great testcase.
>
> you forgot about attributes on the function return value.

Hi Duncan,

I've lost the context for this, do you remember what this was about?

-Chris



More information about the llvm-commits mailing list