[PATCH] D62677: [ARM] Add a batch of similarly encoded MVE instructions.
Simon Tatham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 20 05:02:42 PDT 2019
simon_tatham updated this revision to Diff 205782.
simon_tatham added a comment.
Updated to rename instruction classes in line with the general MVE policy. Also, I spotted some instructions lurking in the middle of this section of `ARMInstrMVE.td` which aren't derived from the `MVE_qDest_qSrc` base class, so they should have been part of earlier patches. Moved them into D62674 <https://reviews.llvm.org/D62674> and D62675 <https://reviews.llvm.org/D62675> where they belong.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62677/new/
https://reviews.llvm.org/D62677
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-qdest-qsrc.s
llvm/test/MC/Disassembler/ARM/mve-qdest-qsrc.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62677.205782.patch
Type: text/x-patch
Size: 55559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190620/e3e8d55a/attachment.bin>
More information about the llvm-commits
mailing list