Re: [PATCH] Fix up vect pattern handling (PR target/70021)

2016-03-03 Thread Richard Biener
On Wed, 2 Mar 2016, Jakub Jelinek wrote: > Hi! > > This patch fixes two issues: > 1) reverts part of https://gcc.gnu.org/ml/gcc-patches/2011-06/msg02183.html >changes, my understanding is that we don't emit or support what has been >mentioned as rationale for that, now that we can stick m

[PATCH] Fix up vect pattern handling (PR target/70021)

2016-03-02 Thread Jakub Jelinek
Hi! This patch fixes two issues: 1) reverts part of https://gcc.gnu.org/ml/gcc-patches/2011-06/msg02183.html changes, my understanding is that we don't emit or support what has been mentioned as rationale for that, now that we can stick multiple pattern stmts into a sequence; without this