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]: Allow non-REX memory operand for x86_64 zero-extracts involving high registers


Hello!

Attached patch allows non-REX memory operands for x86_64 zero-extracts
involving high registers. This needs to be implemented using peephole2
pattern, since we can't distinguish non-REX memory operand from normal
memory operands.

2016-12-28  Uros Bizjak  <ubizjak@gmail.com>

    PR target/78904
    * config/i386/constraints.md (Bn): New special memory constraint.
    * config/i386/predicates.md (norex_memory_operand): New predicate.
    * config/i386/i386.md (*extzvqi_mem_rex64): New insn pattern and
    corresponding peephole2 pattern.

testsuite/ChangeLog:

2016-12-28  Uros Bizjak  <ubizjak@gmail.com>

    PR target/78904
    * gcc.target/i386/pr78904-4.c: New test.
    * gcc.target/i386/pr78904-5.c: Ditto.

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]