Re: [PATCH 3/3] extended if-conversion

2014-11-28 Thread Richard Biener
On Wed, Nov 12, 2014 at 2:54 PM, Yuri Rumyantsev wrote: > Hi All, > > Here is the last part of patch which is related to vectorization > improvements, namely > > 1. New sub-phase is added which delete dead predicate computations > (such code can prevent loop vectorization since dead computation a

[PATCH 3/3] extended if-conversion

2014-11-12 Thread Yuri Rumyantsev
Hi All, Here is the last part of patch which is related to vectorization improvements, namely 1. New sub-phase is added which delete dead predicate computations (such code can prevent loop vectorization since dead computation are not part of bool pattern tree). It is invoked only under FLAG_FORC