This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][4.6] Fix PR43152
- From: Richard Guenther <rguenther at suse dot de>
- To: Uros Bizjak <ubizjak at gmail dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 9 Apr 2010 12:41:54 +0200 (CEST)
- Subject: Re: [PATCH][4.6] Fix PR43152
- References: <5787cf471003040154l22e0f35yddf142760a7769cc@mail.gmail.com>
On Thu, 4 Mar 2010, Uros Bizjak wrote:
> Hello!
>
> > This fixes one tiny piece of missing vectorization target infrastructure
> > for AVX. It would be nice if the target maintainers could go over the
> > vectorizer specific patterns and extend them according to AVX.
>
> > Queued for 4.6, ok?
>
> 2010-03-03 Richard Guenther <rguenther@suse.de>
>
> PR target/43152
> * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
>
> OK.
Committed as rev. 158158.
Richard.