This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2536f8c7737 Bug fix on function epilog optimization (ARM backend) new 6e6a89a7927 [ARM][MVE] Decoding of VMSR doesn't diagnose some unpredict [...] new 14c68ddd6dd [ARM] Fix MVE ldst offset ranges
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/ARMISelDAGToDAG.cpp | 37 +++-- lib/Target/ARM/ARMInstrVFP.td | 54 ++++---- test/CodeGen/Thumb2/mve-ldst-offset.ll | 90 +++++-------- test/CodeGen/Thumb2/mve-loadstore.ll | 6 +- test/MC/Disassembler/ARM/vmrs-vmsr-invalid.txt | 178 +++++++++++++++++++++++++ 5 files changed, 257 insertions(+), 108 deletions(-) create mode 100644 test/MC/Disassembler/ARM/vmrs-vmsr-invalid.txt