Re: [PATCH] streamline TARGET_MEM_REF dumping

2020-08-28 Thread Richard Biener
On Fri, 28 Aug 2020, Christophe Lyon wrote: > Hi, > > > On Thu, 27 Aug 2020 at 13:07, Richard Biener wrote: > > > > The following streamlines TARGET_MEM_REF dumping building > > on what we do for MEM_REF and thus dumping things like > > access type, TBAA type and base/clique. I've changed it >

Re: [PATCH] streamline TARGET_MEM_REF dumping

2020-08-28 Thread Christophe Lyon via Gcc-patches
Hi, On Thu, 27 Aug 2020 at 13:07, Richard Biener wrote: > > The following streamlines TARGET_MEM_REF dumping building > on what we do for MEM_REF and thus dumping things like > access type, TBAA type and base/clique. I've changed it > to do semantic dumping aka base + offset + step * index > ra