Re: [trans-mem] fix problem with TM clone aliases

2012-01-05 Thread Aldy Hernandez
On 01/04/12 20:03, Patrick Marlier wrote: Hi, (Initially from http://gcc.gnu.org/ml/gcc-patches/2011-12/msg00225.html) PR51516 shows up a problem due to the TM IPA rework. Indeed, an alias can get called but tm cg data is in the parent of the alias. The fix consists to set and use information fr

[trans-mem] fix problem with TM clone aliases

2012-01-04 Thread Patrick Marlier
Hi, (Initially from http://gcc.gnu.org/ml/gcc-patches/2011-12/msg00225.html) PR51516 shows up a problem due to the TM IPA rework. Indeed, an alias can get called but tm cg data is in the parent of the alias. The fix consists to set and use information from the parent and not the alias itself.