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

Mikhail Maltsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 06:17:11 PDT 2019


miyuki updated this revision to Diff 204274.
miyuki added a comment.

- Fixed naming inconsistencies
- Removed comments about undefined instructions
- Factored out common parts of:
  - VMINV and VMAXV
  - VMINNMV and VMAXNMV
  - VMLADAV and VMLSDAV
  - VMLALDAV, VMLSLDAV (includes VRMLSLDAVH) and VRMLALDAVH
- Fixed inputs and constraints of non-accumulating instructions
- Split the assembler test into integer and floating point parts


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62670/new/

https://reviews.llvm.org/D62670

Files:
  llvm/lib/Target/ARM/ARMInstrFormats.td
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/test/MC/ARM/mve-reductions-fp.s
  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.204274.patch
Type: text/x-patch
Size: 32382 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190612/ac0ffcbe/attachment.bin>


More information about the llvm-commits mailing list