Re: [PATCH] Properly release pattern stmts

2014-02-17 Thread Jakub Jelinek
On Mon, Feb 17, 2014 at 04:25:25PM +0100, Richard Biener wrote: > > This makes sure pattern stmts do not appear to be in the IL, > first by setting their BB to NULL again (the vectorizer sets this > for convenience I guess) and second by releasing SSA names we > temporarily allocated. > > Esp. th

[PATCH] Properly release pattern stmts

2014-02-17 Thread Richard Biener
This makes sure pattern stmts do not appear to be in the IL, first by setting their BB to NULL again (the vectorizer sets this for convenience I guess) and second by releasing SSA names we temporarily allocated. Esp. the non-NULL BB may confuse passes walking over non-released SSA names. Bootstr