On 2012.02.23 at 15:31 +0100, Richard Guenther wrote:
> On Thu, 23 Feb 2012, Jakub Jelinek wrote:
>
> > Hi!
> >
> > IMHO we should treat CLOBBER stmts in various places like debug stmts,
> > they shouldn't affect the decisions of the optimization phases, but
> > if the pass does some transformati
On Thu, 23 Feb 2012, Jakub Jelinek wrote:
> Hi!
>
> IMHO we should treat CLOBBER stmts in various places like debug stmts,
> they shouldn't affect the decisions of the optimization phases, but
> if the pass does some transformation that somehow invalidates them or
> moves them (not in this pass),
Hi!
IMHO we should treat CLOBBER stmts in various places like debug stmts,
they shouldn't affect the decisions of the optimization phases, but
if the pass does some transformation that somehow invalidates them or
moves them (not in this pass), it needs to be adjusted. Otherwise we end
up with the