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/66814] ICE: gcc.target/i386/avx512f-klogic-2.c


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

--- Comment #3 from uros at gcc dot gnu.org ---
Author: uros
Date: Thu Jul  9 15:18:44 2015
New Revision: 225616

URL: https://gcc.gnu.org/viewcvs?rev=225616&root=gcc&view=rev
Log:
        PR target/66814
        * config/i386/predicates.md (nonimmediate_gr_operand): New predicate.
        * config/i386/i386.md (not peephole2): Use nonimmediate_gr_operand.
        (varous peephole2s): Use {GENERAL,SSE,MMX}_REGNO_P instead of
        {GENERAL_SSE_MMX}_REG_P where appropriate.

testsuite/ChangeLog:

        PR target/66814
        * gcc.target/i386/pr66814.c: New test.


Added:
    trunk/gcc/testsuite/gcc.target/i386/pr66814.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.md
    trunk/gcc/config/i386/predicates.md
    trunk/gcc/testsuite/ChangeLog


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