r234740 - in /branches/gcc-5-branch/gcc: Change...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Tue Apr 5 08:23:00 GMT 2016


Author: jakub
Date: Tue Apr  5 08:23:46 2016
New Revision: 234740

URL: https://gcc.gnu.org/viewcvs?rev=234740&root=gcc&view=rev
Log:
	PR target/70525
	* config/i386/sse.md (*andnot<mode>3): Simplify assertions.
	Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
	V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
	(*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.

	* gcc.target/i386/pr70525.c: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr70525.c
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/config/i386/sse.md
    branches/gcc-5-branch/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list