This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, testsuite]: Use vect_shift check in testsuite
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: ubizjak at gmail dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 29 Sep 2005 09:58:11 -0700
- Subject: Re: [PATCH, testsuite]: Use vect_shift check in testsuite
- References: <1127981818.433ba2fa18b6a@ssl.kss-loka.si>
On Thu, Sep 29, 2005 at 10:16:58AM +0200, Uros Bizjak wrote:
> Hello!
>
> Now that vectorized shifts work for x86 and x86_64, we can use vect_shift
> infrastructure in the testsuite. This patch adds x86, x86_64 and ia64 targets to
> check_effective_target_vect_shift procedure. Additionally, it implements this
> check using result caching. This patch also fixes what I think is a cut-n-pasto
> in check_effective_target_vect_condition.
>
> Additionally, vect-shift-1.c now passes for x86 and x86_64. A few testcases
> were also teached to clean up their mess.
>
> Patch was tested for i686-pc-linux-gnu.
Where's the patch?
Janis