This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cdc939779e8 [llvm-cov[ Fix lcov coverage report contains functions from [...] new a71ac42554f [ARM] Add support for the MVE long shift instructions
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 | 57 +++++++++- lib/Target/ARM/ARMISelLowering.h | 4 + lib/Target/ARM/ARMInstrInfo.td | 11 ++ lib/Target/ARM/ARMInstrMVE.td | 20 +++- test/CodeGen/ARM/shift_parts.ll | 221 +++++++++++++++++++++++++++++++++++++ 5 files changed, 306 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/ARM/shift_parts.ll