This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9b7a447e5aa [llvm-objdump] Fix llvm-objdump --all-headers output order new 8776b6cc6dc [ARM] Add support for MVE vmaxv and vminv
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: include/llvm/Target/TargetSelectionDAG.td | 4 + lib/Target/ARM/ARMISelLowering.cpp | 4 + lib/Target/ARM/ARMInstrMVE.td | 29 +++++++ lib/Target/ARM/ARMTargetTransformInfo.cpp | 4 +- test/CodeGen/Thumb2/mve-vmaxv.ll | 135 ++++++++++++++++++++++++++++++ 5 files changed, 174 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/Thumb2/mve-vmaxv.ll