This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7c4e3ce3aad [ARM][ParallelDSP] Fix pointer operand reordering new bc376c5e79c [ARM] MVE integer compares and selects
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 | 53 ++++- lib/Target/ARM/ARMISelLowering.h | 2 + lib/Target/ARM/ARMInstrInfo.td | 17 ++ lib/Target/ARM/ARMInstrMVE.td | 43 ++++ lib/Target/ARM/ARMInstrNEON.td | 57 ++--- test/CodeGen/Thumb2/mve-vcmp.ll | 449 +++++++++++++++++++++++++++++++++++++ test/CodeGen/Thumb2/mve-vcmpz.ll | 424 ++++++++++++++++++++++++++++++++++ test/CodeGen/Thumb2/mve-vpsel.ll | 53 +++++ 8 files changed, 1058 insertions(+), 40 deletions(-) create mode 100644 test/CodeGen/Thumb2/mve-vcmp.ll create mode 100644 test/CodeGen/Thumb2/mve-vcmpz.ll create mode 100644 test/CodeGen/Thumb2/mve-vpsel.ll