Re: ping x3 : latch mem to reg before multi-access in convert_move

2012-06-26 Thread Olivier Hainque
On Jun 26, 2012, at 17:28 , Richard Henderson wrote: > Ah, right, since convert_to_mode can just reshuffle the MEM. > > The patch is ok. Great, will commit shortly. Thanks a lot for your prompt feedback, With Kind Regards, Olivier

Re: ping x3 : latch mem to reg before multi-access in convert_move

2012-06-26 Thread Richard Henderson
On 06/26/2012 03:40 AM, Olivier Hainque wrote: > Hello Richard, > > On Jun 25, 2012, at 20:36 , Richard Henderson wrote: > >> Can you explain the sequence that results in multiple memory >> references? Because I can't see how it can... > > Compared to the point at which we were observing the p

Re: ping x3 : latch mem to reg before multi-access in convert_move

2012-06-26 Thread Olivier Hainque
Hello Richard, On Jun 25, 2012, at 20:36 , Richard Henderson wrote: > Can you explain the sequence that results in multiple memory > references? Because I can't see how it can... Compared to the point at which we were observing the problem, the code has changed a bit in this area though not s

Re: ping x3 : latch mem to reg before multi-access in convert_move

2012-06-25 Thread Richard Henderson
On 2012-06-23 23:56, Olivier Hainque wrote: > Hello, > > ping # 3 for http://gcc.gnu.org/ml/gcc-patches/2012-04/msg00298.html > > This is related to convert-move possibly emitting a sequence > with multiple accesses to one input, triggering multiple memory > accesses when that input happens to be