mbox series

[RISU,0/4] Add patterns for SVE2

Message ID 20200519160354.4430-1-steplong@quicinc.com
Headers show
Series Add patterns for SVE2 | expand

Message

Stephen Long May 19, 2020, 4:03 p.m. UTC
I'm working with Richard on SVE2 support for QEMU. I added some patterns
to risu so we can start testing our implementation. I'm not sure I'm
doing it correctly, so it would be great to get some eyes on it.

I sent Peter and Richard v1 of this patch series, but I think I should be
sending these to the mailing list. This version of the patch series
includes one more patch.

Stephen Long (4):
  sve2.risu: Add patterns for floating-point pairwise ops
  sve2.risu: Add patterns for integer multiply (unpredicated)
  sve2.risu: Add patterns for integer (predicated) ops
  sve2.risu: Add patterns for widening integer arithmetic

 sve2.risu | 142 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 142 insertions(+)
 create mode 100755 sve2.risu