[Bug target/70028] Error: operand size mismatch for `kmovw' (wrong assembly generated) with -mavx512bw -masm=intel

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Mar 2 13:11:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70028

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Mar  2 13:10:36 2016
New Revision: 233904

URL: https://gcc.gnu.org/viewcvs?rev=233904&root=gcc&view=rev
Log:
        PR target/70028
        * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
        (*movhi_internal): Put mask moves from and to memory separately
        from moves from/to GPRs.

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

Added:
    trunk/gcc/testsuite/gcc.target/i386/pr70028.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.md
    trunk/gcc/testsuite/ChangeLog


More information about the Gcc-bugs mailing list