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/66776] [AArch64] zero-extend version of csel not matching properly


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

--- Comment #1 from renlin at gcc dot gnu.org ---
Author: renlin
Date: Fri Oct  2 11:55:04 2015
New Revision: 228384

URL: https://gcc.gnu.org/viewcvs?rev=228384&root=gcc&view=rev
Log:
[PATCH][AARCH64][PR66776]Add cmovdi_insn_uxtw pattern.

gcc/

2015-10-02  Renlin Li  <renlin.li@arm.com>

        PR target/66776
        * config/aarch64/aarch64.md (cmovdi_insn_uxtw): New pattern.

gcc/testsuite/

2015-10-02  Renlin Li  <renlin.li@arm.com>

        PR target/66776
        * gcc.target/aarch64/pr66776.c: New.

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