r179668 - in /trunk/gcc: ChangeLog config/i386/...

rth@gcc.gnu.org rth@gcc.gnu.org
Fri Oct 7 18:19:00 GMT 2011


Author: rth
Date: Fri Oct  7 18:19:50 2011
New Revision: 179668

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179668
Log:
Delete incorrect representations of avx2 shifts.

	* config/i386/i386.c (bdesc_args): Update code for
	__builtin_ia32_palignr256.  Change type of __builtin_ia32_pslldqi256,
	and __builtin_ia32_psrldqi256 to V4DI_FTYPE_V4DI_INT_CONVERT.
	(ix86_expand_args_builtin): Handle V4DI_FTYPE_V4DI_INT_CONVERT.
	* config/i386/sse.md (mode iterator V16): Add V2TI.
	(mode iterator SSESCALARMODE): Use V2TI not V4DI.
	(mode attr ssse3_avx2): Add V2TI.
	(avx2_lshrqv4di3, avx2_lshlqv4di3): Remove.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/config/i386/sse.md



More information about the Gcc-cvs mailing list