Re: PRE and uninitialized variables

2015-05-18 Thread Richard Biener
On Sun, May 17, 2015 at 9:11 PM, Marc Glisse wrote: > Hello, > > first, this patch is not ready (it doesn't even bootstrap), I am posting it > for comments. The idea is, when we do value numbering, while looking for the > current value of a local variable, we may hit a clobber or reach the > begin

PRE and uninitialized variables

2015-05-17 Thread Marc Glisse
Hello, first, this patch is not ready (it doesn't even bootstrap), I am posting it for comments. The idea is, when we do value numbering, while looking for the current value of a local variable, we may hit a clobber or reach the beginning of the function. In both cases, it seems to me that we