This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fcfd4087ad5 Fix a crash with assembler source and -g. new 4dca57f2e9f [ARM] Add MVE vector instructions that take a scalar input. new a93c9e0cb25 [ARM] Add MVE 64-bit GPR <-> vector move instructions.
The 2 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/ARMInstrInfo.td | 36 ++ lib/Target/ARM/ARMInstrMVE.td | 431 +++++++++++++++- lib/Target/ARM/ARMRegisterInfo.td | 3 + lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 61 ++- lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 98 ++++ lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp | 29 ++ test/MC/ARM/mve-qdest-rsrc.s | 602 +++++++++++++++++++++++ test/MC/ARM/mve-reductions.s | 10 +- test/MC/ARM/mve-scalar-shift.s | 4 +- test/MC/ARM/mve-vmov-pair.s | 25 + test/MC/Disassembler/ARM/mve-qdest-rsrc.txt | 531 ++++++++++++++++++++ test/MC/Disassembler/ARM/mve-vmov-pair.txt | 20 + 12 files changed, 1841 insertions(+), 9 deletions(-) create mode 100644 test/MC/ARM/mve-qdest-rsrc.s create mode 100644 test/MC/ARM/mve-vmov-pair.s create mode 100644 test/MC/Disassembler/ARM/mve-qdest-rsrc.txt create mode 100644 test/MC/Disassembler/ARM/mve-vmov-pair.txt