[PATCH] D62670: [ARM] Add MVE horizontal accumulation instructions.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 08:20:35 PDT 2019


simon_tatham created this revision.
simon_tatham added reviewers: dmgreen, samparker, SjoerdMeijer, t.p.northover.
Herald added subscribers: llvm-commits, hiraditya, kristof.beyls, javed.absar.
Herald added a project: LLVM.

This is the family of vector instructions that combine all the lanes
in their input vector(s), and output a value in one or two GPRs.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D62670

Files:
  llvm/lib/Target/ARM/ARMInstrFormats.td
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/test/MC/ARM/mve-reductions.s
  llvm/test/MC/Disassembler/ARM/mve-reductions.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62670.202205.patch
Type: text/x-patch
Size: 37348 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190530/748ef83c/attachment.bin>


More information about the llvm-commits mailing list