https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71264

--- Comment #20 from rguenther at suse dot de <rguenther at suse dot de> ---
On Sat, 22 Oct 2016, ebotcazou at gcc dot gnu.org wrote:

> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71264
> 
> Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                  CC|                            |ebotcazou at gcc dot gnu.org
> 
> --- Comment #19 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> Richard, can you make the testcase compile-only if it cannot be vectorized in
> the end (except for x86 by chance apparently)?

It is supposed to be vectorized on targets w/o V4QImode support.
Not sure if the list of targets that FAIL the testcase would be smaller
if I change the scan to an explicit list of targets (x86)?

Meanwhile just add more targets to the xfail -- it really is a missed
optimization as I guess for example arm also has V4SImode.

(I tried to fix the vectorizer to deal with vector types in the IL
but failed to quickly handle it)

Reply via email to