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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Dec 20 07:58:02 2018
New Revision: 267293

URL: https://gcc.gnu.org/viewcvs?rev=267293&root=gcc&view=rev
Log:
        PR target/88547
        * config/i386/i386.c (ix86_expand_sse_movcc): For maskcmp, try to
        emit vpmovm2? instruction perhaps after knot?.  Reorganize code
        so that it doesn't have to test !maskcmp in almost every conditional.

        * gcc.target/i386/pr88547-1.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/i386/pr88547-1.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/testsuite/ChangeLog

Reply via email to