Re: RFA: Fix path based disambiguation in RTL oracle

2012-06-11 Thread Richard Guenther
On Mon, Jun 11, 2012 at 4:19 PM, Michael Matz wrote: > Hi, > > I haven't yet checked in my patch from last week about not creating > alias-set conflicts for stack slot sharing mostly due to the caveat I > mentioned.  Namely that the RTL disambiguator still uses path-based means > (which belong to

RFA: Fix path based disambiguation in RTL oracle

2012-06-11 Thread Michael Matz
Hi, I haven't yet checked in my patch from last week about not creating alias-set conflicts for stack slot sharing mostly due to the caveat I mentioned. Namely that the RTL disambiguator still uses path-based means (which belong to type-based aliasing) even in the write_dependence tests. Tha