This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 68d23994c8a [X86] combineAndnp - use isNOT instead of manually checking [...] new c9ee3ea914f [ARM] Add MVE vector compare instructions. new 217fe0963fb [ARM] Fix -Wimplicit-fallthrough after D62675 new 9cce93fd45c [llvm-dwarfdump] Remove unnecessary explicit -h behaviour
The 3 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 | 159 ++++++++++++- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 5 +- lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 45 ++++ test/MC/ARM/mve-vcmp.s | 299 ++++++++++++++++++++++++ test/MC/Disassembler/ARM/mve-vcmp.txt | 179 ++++++++++++++ test/Support/check-default-options.txt | 9 - test/tools/llvm-dwarfdump/cmdline.test | 4 + tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 7 - 8 files changed, 685 insertions(+), 22 deletions(-) create mode 100644 test/MC/ARM/mve-vcmp.s create mode 100644 test/MC/Disassembler/ARM/mve-vcmp.txt