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
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