This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b7bdff997fc [binutils] Add response file option to help and docs new b62856dfd7c [ARM] Add a batch of similarly encoded MVE instructions.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/ARM/ARMInstrMVE.td | 278 ++++++++++++ lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 41 +- lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 27 ++ test/MC/ARM/mve-qdest-qsrc.s | 541 ++++++++++++++++++++++++ test/MC/Disassembler/ARM/mve-qdest-qsrc.txt | 391 +++++++++++++++++ 5 files changed, 1277 insertions(+), 1 deletion(-) create mode 100644 test/MC/ARM/mve-qdest-qsrc.s create mode 100644 test/MC/Disassembler/ARM/mve-qdest-qsrc.txt