This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ae40b574215 [DWARF][NFC] Add constants for reserved values of an initia [...] new 510ed947ffb [ARM] MVE predicate register support
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/ARMISelLowering.cpp | 320 +++++++++++++++- lib/Target/ARM/ARMISelLowering.h | 2 + lib/Target/ARM/ARMInstrMVE.td | 51 +++ test/CodeGen/Thumb2/mve-pred-build-const.ll | 196 ++++++++++ test/CodeGen/Thumb2/mve-pred-build-var.ll | 289 ++++++++++++++ test/CodeGen/Thumb2/mve-pred-ext.ll | 164 ++++++++ test/CodeGen/Thumb2/mve-pred-shuffle.ll | 564 ++++++++++++++++++++++++++++ test/CodeGen/Thumb2/mve-pred-spill.ll | 81 ++++ test/CodeGen/Thumb2/mve-vcmp.ll | 104 +++++ 9 files changed, 1758 insertions(+), 13 deletions(-) create mode 100644 test/CodeGen/Thumb2/mve-pred-build-const.ll create mode 100644 test/CodeGen/Thumb2/mve-pred-build-var.ll create mode 100644 test/CodeGen/Thumb2/mve-pred-ext.ll create mode 100644 test/CodeGen/Thumb2/mve-pred-shuffle.ll create mode 100644 test/CodeGen/Thumb2/mve-pred-spill.ll