[PATCH] D62678: [ARM] Add MVE vector instructions that take a scalar input.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 20 05:36:23 PDT 2019


simon_tatham updated this revision to Diff 205786.
simon_tatham added a comment.

Renamed instruction records in line with the intended MVE naming policy. Also generally tidied up while I was going along, by creating multiclasses and merging pairs of base classes where it saved space.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62678

Files:
  llvm/lib/Target/ARM/ARMInstrInfo.td
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
  llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
  llvm/test/MC/ARM/mve-qdest-rsrc.s
  llvm/test/MC/Disassembler/ARM/mve-qdest-rsrc.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62678.205786.patch
Type: text/x-patch
Size: 66556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190620/2292cd03/attachment.bin>


More information about the llvm-commits mailing list