This is the mail archive of the gcc-patches@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]

[PATCH, i386]: Merge *_sse patterns with *_mixed using enabled attribute.


Hello!

2015-04-15  Uros Bizjak  <ubizjak@gmail.com>

    * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed):
    Merge with *cmpi<FPCMP:unord><MODEF:mode>_sse using enabled attribute.
    (*extendsfdf2_mixed): Merge with *extendsfdf2_sse using enabled
    attribute.
    (*truncdfsf_fast_mixed): Merge with *truncdfsf_fast_sse using
    enabled attribute.
    (*float<SWI48:mode><MODEF:mode>2_mixed): Rename from
    *float<SWI48:mode><MODEF:mode>2_sse.
    (*absneg<mode>2_mixed): Merge with *absneg<mode>2_sse using
    enabled attribute.
    (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_sse using
    enabled attribute.

Bootsttapped and regression tested on x86_64-linux-gnu {,-m32} and
committed to mainline SVN.

Uros.

Attachment: p.diff.txt
Description: Text document


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