mbox series

[aarch64,0/4] Add movprfx patterns and alternatives

Message ID 20180702034133.12511-1-rth@twiddle.net
Headers show
Series Add movprfx patterns and alternatives | expand

Message

Richard Henderson July 2, 2018, 3:41 a.m. UTC
These don't fire very often, but at least a few times within the
testsuite.  Enough to test my qemu implementation of the insns.


r~


Richard Henderson (4):
  aarch64: Add movprfx alternatives for unpredicated patterns
  aarch64: Remove predicate from inside SVE_COND_FP_BINARY
  aarch64: Add movprfx alternatives for predicate patterns
  aarch64: Add movprfx patterns for zero and unmatched select

 gcc/config/aarch64/aarch64-protos.h |   1 -
 gcc/config/aarch64/aarch64.c        |  48 ---
 gcc/config/aarch64/aarch64-sve.md   | 488 ++++++++++++++++++++--------
 gcc/config/aarch64/aarch64.md       |  11 +-
 gcc/config/aarch64/iterators.md     |  26 +-
 gcc/config/aarch64/predicates.md    |   3 +
 6 files changed, 386 insertions(+), 191 deletions(-)