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/50766] Binutils 2.22.51 rejects bmi2 pext operation with memory operands


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

--- Comment #7 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-10-20 20:37:37 UTC ---
Author: hjl
Date: Thu Oct 20 20:37:32 2011
New Revision: 180271

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180271
Log:
Fix operands order in BMI2 patterns.

gcc/

2011-10-20  Kirill Yukhin  <kirill.yukhin@intel.com>

    PR target/50766
    * config/i386/i386.md (bmi_bextr_<mode>): Update register/
    memory operand order.
    (bmi2_bzhi_<mode>3): Ditto.
    (bmi2_pdep_<mode>3): Ditto.
    (bmi2_pext_<mode>3): Ditto.

gcc/testsuite/

2011-10-20  Kirill Yukhin  <kirill.yukhin@intel.com>

    PR target/50766
    * gcc.target/i386/pr50766.c: New test.

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