[Bug target/70525] generating 'vpandn' without the mode suffix, gnu as fails to assemble (-mavx512bw)
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Apr 5 08:16:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70525
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Apr 5 08:15:09 2016
New Revision: 234739
URL: https://gcc.gnu.org/viewcvs?rev=234739&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:
trunk/gcc/testsuite/gcc.target/i386/pr70525.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/sse.md
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list