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

--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Uros Bizjak <u...@gcc.gnu.org>:

https://gcc.gnu.org/g:d2fee90546d0f04595301af8f3786b8e1671814a

commit r9-8492-gd2fee90546d0f04595301af8f3786b8e1671814a
Author: Uros Bizjak <ubiz...@gmail.com>
Date:   Sat Apr 11 13:25:51 2020 +0200

    i386: Fix REDUC_SSE_SMINMAX_MODE mode conditions.

    V4SI, V8HI and V16QI modes of redux_<code>_scal_<mode> expander
    expand with SSE2 instructions (PSRLDQ and PCMPGTx) so use
    TARGET_SSE2 as relevant mode iterator codition.

            PR target/94494
            * config/i386/sse.md (REDUC_SSE_SMINMAX_MODE): Use TARGET_SSE2
            condition for V4SI, V8HI and V16QI modes.

    testsuite/ChangeLog:

            PR target/94494
            * gcc.target/i386/pr94494.c: New test.

Reply via email to