Re: patch ping^2: PR 51516 (TM clone aliases)

2012-01-09 Thread Richard Henderson
On 01/07/2012 05:47 AM, Aldy Hernandez wrote: > Patrick Marlier > PR middle-end/51516 > * trans-mem.c (get_cg_data): Traverse aliases if requested. > (ipa_tm_scan_calls_block): Update parameters to get_cg_data. > (ipa_tm_note_irrevocable): Same. > (ipa_tm_s

Re: patch ping^2: PR 51516 (TM clone aliases)

2012-01-06 Thread Aldy Hernandez
On 01/05/12 16:05, Richard Henderson wrote: On 01/06/2012 12:53 AM, Aldy Hernandez wrote: http://gcc.gnu.org/ml/gcc-patches/2011-12/msg01088.html It looks like it would be cleaner to put the .alias dereferencing directly into get_cg_data. r~ Arghh, I knew you were going to say that. That

Re: patch ping^2: PR 51516 (TM clone aliases)

2012-01-05 Thread Richard Henderson
On 01/06/2012 12:53 AM, Aldy Hernandez wrote: > http://gcc.gnu.org/ml/gcc-patches/2011-12/msg01088.html It looks like it would be cleaner to put the .alias dereferencing directly into get_cg_data. r~

patch ping^2: PR 51516 (TM clone aliases)

2012-01-05 Thread Aldy Hernandez
http://gcc.gnu.org/ml/gcc-patches/2011-12/msg01088.html