This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Improve sse2_loadld
- From: Kirill Yukhin <kirill dot yukhin at gmail dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Uros Bizjak <ubizjak at gmail dot com>, gcc-patches at gcc dot gnu dot org
- Date: Thu, 12 May 2016 10:29:37 +0300
- Subject: Re: [PATCH] Improve sse2_loadld
- Authentication-results: sourceware.org; auth=none
- References: <20160509165254 dot GI28550 at tucnak dot redhat dot com>
Hi,
On 09 May 18:52, Jakub Jelinek wrote:
> Hi!
>
> I hope this pattern actually shouldn't be used for AVX512*, because
> vpinsr should match instead, but just in case it doesn't, all the insns
> involved are in AVX512F.
>
> Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk?
OK.
--
Thanks, K
>
> 2016-05-09 Jakub Jelinek <jakub@redhat.com>
>
> * config/i386/sse.md (sse2_loadld): Use v instead of x
> constraint in alternatives 0,1,4.