This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix combiner on VEC_SELECT and ix86_expand_vector_set (PR rtl-optimization/21239)
- From: Richard Henderson <rth at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 3 May 2005 10:27:36 -0700
- Subject: Re: [PATCH] Fix combiner on VEC_SELECT and ix86_expand_vector_set (PR rtl-optimization/21239)
- References: <20050503172207.GY17420@devserv.devel.redhat.com>
On Tue, May 03, 2005 at 01:22:07PM -0400, Jakub Jelinek wrote:
> * config/i386/i386.c (ix86_expand_vector_set): Fix setting 3rd and 4th
> item in V4SF mode.
Oops.
> PR rtl-optimization/21239
> * combine.c (combine_simplify_rtx) <case VEC_SELECT>: Fix a typo.
Both ok.
r~