Re: [mask conversion, patch 1/2] Add pattern for mask conversions

2015-10-27 Thread Richard Biener
On Mon, Oct 19, 2015 at 2:22 PM, Ilya Enkovich wrote: > Hi, > > This patch adds a vectorization pattern which detects cases where mask > conversion is needed and adds it. It is done for all statements which may > consume mask. Some additional changes were made to

[mask conversion, patch 1/2] Add pattern for mask conversions

2015-10-19 Thread Ilya Enkovich
Hi, This patch adds a vectorization pattern which detects cases where mask conversion is needed and adds it. It is done for all statements which may consume mask. Some additional changes were made to support MASK_LOAD with pattern and allow scalar mode for vectype of pattern stmt. It is