This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/70059] Invalid codegen on AVX-512 when using _mm512_inserti64x4(x, y, 0)


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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Mar  4 14:54:00 2016
New Revision: 233969

URL: https://gcc.gnu.org/viewcvs?rev=233969&root=gcc&view=rev
Log:
        PR target/70059
        * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
        <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
        fixes.
        (vec_set_hi_<mode><mask_name>): Likewise.  Swap VEC_CONCAT operands.

        * gcc.target/i386/avx512f-pr70059.c: New test.
        * gcc.target/i386/avx512dq-pr70059.c: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/avx512dq-pr70059.c
    branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/avx512f-pr70059.c
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/config/i386/sse.md
    branches/gcc-5-branch/gcc/testsuite/ChangeLog

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]