This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Improve XMM16-XMM31 handling in vpinsr*


Hi,
On 09 May 18:51, Jakub Jelinek wrote:
> Hi!
> 
> vpinsr{b,w} are AVX512BW, vpinsr{d,q} are AVX512DQ.
> This patch makes us use v constraint instead of x in those
> cases.
> 
> 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 (pinsr_evex_isa): New mode attr.
> 	(<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
> 	v constraints instead of x and <pinsr_evex_isa> isa attribute.
> 
> 	* gcc.target/i386/avx512bw-vpinsr-1.c: New test.
> 	* gcc.target/i386/avx512dq-vpinsr-1.c: New test.
> 	* gcc.target/i386/avx512vl-vpinsr-1.c: New test.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]