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 middle-end/56552] conditional move can generate unnecessary conversion code


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

--- Comment #7 from Steve Ellcey <sje at gcc dot gnu.org> ---
Author: sje
Date: Mon Nov 18 19:20:12 2013
New Revision: 204979

URL: http://gcc.gnu.org/viewcvs?rev=204979&root=gcc&view=rev
Log:
2013-11-18  Andrew Pinski <apinski@cavium.com>
        Steve Ellcey  <sellcey@mips.com>

    PR target/56552
    * config/mips/mips.md (*mov<GPR:mode>_on_<MOVECC:mode>): Remove
    type restriction from equality_operator on conditonal move.
    (*mov<SCALARF:mode>_on_<MOVECC:mode>): Ditto.
    (*mov<GPR:mode>_on_<GPR2:mode>_ne): New.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/mips/mips.md


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