Comment 19 for bug 968766

Revision history for this message
In , Uweigand-gcc (uweigand-gcc) wrote :

It seems the problem is that vect_recog_widen_mult_pattern includes a statement into a pattern it detects which is actually outside of the basic block that SLP is currently operating on. This later on causes the ICE since the statement does not have an assigned stmt_vinfo.

I'm testing a fix.