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/65561] avx512fintrin.h:5344:1: internal compiler error: in curr_insn_transform, at lra-constraints.c:3494


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

--- Comment #6 from uros at gcc dot gnu.org ---
Author: uros
Date: Thu Mar 26 20:37:53 2015
New Revision: 221709

URL: https://gcc.gnu.org/viewcvs?rev=221709&root=gcc&view=rev
Log:
    PR target/65561
    * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm):
    Check operand 4 and operand 0 for equality.
    (avx512f_vextract<shuffletype>32x4_1_maskm):
    Check operand 6 and operand 0 for equality.
    (vec_extract_lo_<mode>_maskm): Check operand 2 and operand 0
    for equality.
    (vec_extract_hi_<mode>_maskm): Ditto.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/sse.md


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