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

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Jan  8 10:29:21 2019
New Revision: 267715

URL: https://gcc.gnu.org/viewcvs?rev=267715&root=gcc&view=rev
Log:
        Backported from mainline
        2018-12-21  Jakub Jelinek  <ja...@redhat.com>

        PR target/88522
        * config/i386/sse.md (*avx512pf_gatherpf<mode>sf_mask,
        *avx512pf_gatherpf<mode>df_mask, *avx512pf_scatterpf<mode>sf_mask,
        *avx512pf_scatterpf<mode>df_mask): Use %X5 instead of %5 for
        -masm=intel.
        (gatherq_mode): Remove mode iterator.
        (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2): Use X instead
        of <xtg_mode>.
        (*avx512f_gatherdi<mode>): Use X instead of <gatherq_mode>.
        (*avx512f_gatherdi<mode>_2, *avx512f_scattersi<mode>,
        *avx512f_scatterdi<mode>): Use %X5 for -masm=intel.

Modified:
    branches/gcc-8-branch/gcc/ChangeLog
    branches/gcc-8-branch/gcc/config/i386/sse.md

Reply via email to