[PATCH] D76683: [ARM][MVE] Add HorizontalReduction flag

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 24 04:16:17 PDT 2020


samparker created this revision.
samparker added reviewers: dmgreen, SjoerdMeijer, simon_tatham.
Herald added subscribers: hiraditya, kristof.beyls.

Add a target flag for instructions that reduce into one, or more, scalar reg(s), including variants of:

- VADDV
- VABAV
- VMINV/VMAXV
- VMLADAV


https://reviews.llvm.org/D76683

Files:
  llvm/lib/Target/ARM/ARMInstrFormats.td
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
  llvm/unittests/Target/ARM/MachineInstrTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76683.252259.patch
Type: text/x-patch
Size: 7593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200324/31bcbd74/attachment.bin>


More information about the llvm-commits mailing list