https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94494
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Uros Bizjak <u...@gcc.gnu.org>: https://gcc.gnu.org/g:f883c46b4877f637e0fa5025b4d6b5c9040ec566 commit r10-7687-gf883c46b4877f637e0fa5025b4d6b5c9040ec566 Author: Uros Bizjak <ubiz...@gmail.com> Date: Sat Apr 11 11:51:41 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.