[PATCH] D62676: [ARM] Add MVE vector compare instructions.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 20 03:01:54 PDT 2019


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

Updated to rename instruction classes in line with the general MVE policy. Also improved the custom decoder function for the `VCMP` family, by eliminating the huge secondary switch inside it on the opcode (instead we now pass in template parameters from Tablegen, which already knew what the opcode should be) and adding a comment explaining why that function even needs to be there.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62676

Files:
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
  llvm/test/MC/ARM/mve-vcmp.s
  llvm/test/MC/Disassembler/ARM/mve-vcmp.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62676.205769.patch
Type: text/x-patch
Size: 26443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190620/2cd187bd/attachment.bin>


More information about the llvm-commits mailing list