This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Vectorizer testsuite adjustments for P7
- From: Ira Rosen <IRAR at il dot ibm dot com>
- To: Uros Bizjak <ubizjak at gmail dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Revital1 Eres <ERES at il dot ibm dot com>
- Date: Thu, 24 Sep 2009 08:56:19 +0300
- Subject: Re: [PATCH] Vectorizer testsuite adjustments for P7
> You should also update g++.dg/vect/vect.exp and
> gfortran.dg/vect/vect.exp with the same change.
>
> It would be even better to separate common code into support function
> and use this function instead. Three copies of the same code in each
> vect.exp file look like maintenance nightmare to me...
Yes, right. I just think it would be better to do that in a different patch
and outline all the common code there.
Thanks,
Ira
>
> Uros.