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/50155] [4.7 Regression] AVX2 support broke -mavx


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50155

--- Comment #2 from uros at gcc dot gnu.org 2011-08-22 21:01:51 UTC ---
Author: uros
Date: Mon Aug 22 21:01:46 2011
New Revision: 177974

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177974
Log:
    PR target/50155
    * config/i386/sse.md (VI_AVX2): New.
    (<plusminus_insn><mode>3): Use VI_AVX2 mode iterator.
    (*<plusminus_insn><mode>3): Ditto.
    (<sse2_avx2>_andnot<mode>3): Ditto.
    (*andnot<mode>3): Fix order of cond operands.
    Add asserts for correct TARGET_xxx.
    (*<any_logic:code><mode>3): Ditto.

testsuite/ChangeLog:

    PR target/50155
    * gcc.target/i386/pr50155.c: New test.


Added:
    trunk/gcc/testsuite/gcc.target/i386/pr50155.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/sse.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]