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 i386 AVX512] [63.1/n] Add vpshufb, perm autogen (except for v64qi).


On Fri, Oct 10, 2014 at 07:47:19PM +0400, Ilya Tocar wrote:
> Updated patch below.

You haven't posted ChangeLog entry this time, so using the last one:

        * config/i386/i386.c                                                                                                                       
        (MAX_VECT_LEN): Move above ix86_expand_vec_perm_vpermi2.                                                                                   
...
        * config/i386/sse.md                                                                                                                       
        (define_mode_iterator VI1_AVX512): New.                                                                                                    
I'd think you should avoid the line break after filename in these
cases, so
	* config/i386/i386.c (MAX_VECT_LEN): Move above
	ix86_expand_vec_perm_vpermi2.
...
	* config/i386/sse.md (define_mode_iterator VI1_AVX512): New.

Other than that nit it looks good to me.

	Jakub


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