[PATCH] D16074: Make sure that any new and optimized objects created during GlobalOPT copy all the attributes from the base object.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 19 06:00:46 PST 2016


On 11 January 2016 at 15:11, Larin, Sergei <slarin at quicinc.com> wrote:
>
> Not really. See the test case - even if we mix GV with and without sections they will all be processed.
>
> ...but I think my point is slightly different - I cannot afford _not_ to do GlobalOpt - it is rather profitable for my use case. We have been using proposed fix in our codebase for a very long time now and I am pretty confident in this use scenario. The big question - is there anyone out there who assumes otherwise...? I see no .lit tests for the contrary, so I assume not.
>

Can you give an overview of what you are using the section for?

Cheers,
Rafael


More information about the llvm-commits mailing list