[PATCH] D62672: [ARM] Add MVE vector shift instructions.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 07:14:39 PDT 2019


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

Renamed all instructions for consistency; removed the unnecessary intermediate class; reworked VSHLL to manage without a custom C++ decoder function.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62672

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62672.205333.patch
Type: text/x-patch
Size: 73946 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190618/9f4e2eca/attachment.bin>


More information about the llvm-commits mailing list