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]: Do not depend "C" constraint on TARGET_SSE


This constraint is used in move patterns which do not depend on TARGET_SSE.

Also, rename "vector_move_operand" to "nonimm_or_0_operand".

2018-10-05  Uros Bizjak  <ubizjak@gmail.com>

    * config/i386/constraints.md ("C"): Do not depend on TARGET_SSE.
    * config/i386/predicates.md (nonimm_or_0_operand): Rename
    from vector_move_operand.  Update all uses.

Bootstrapped and regression tested on x86_64-linux-gnu {,-m32}.

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]