This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 54003d0c084 [AVR] Don't look for the TargetFrameLowering in the FrameLo [...] new c2c9f7413e9 [ARM] MVE loads and stores
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 | 60 +- lib/Target/ARM/ARMInstrMVE.td | 3 + test/CodeGen/Thumb2/mve-basic.ll | 35 + test/CodeGen/Thumb2/mve-ldst-offset.ll | 1469 ++++++++++++++++++++++++++++++ test/CodeGen/Thumb2/mve-ldst-postinc.ll | 1509 +++++++++++++++++++++++++++++++ test/CodeGen/Thumb2/mve-ldst-preinc.ll | 1473 ++++++++++++++++++++++++++++++ test/CodeGen/Thumb2/mve-ldst-regimm.ll | 158 ++++ test/CodeGen/Thumb2/mve-loadstore.ll | 175 ++++ 8 files changed, 4871 insertions(+), 11 deletions(-) create mode 100644 test/CodeGen/Thumb2/mve-ldst-offset.ll create mode 100644 test/CodeGen/Thumb2/mve-ldst-postinc.ll create mode 100644 test/CodeGen/Thumb2/mve-ldst-preinc.ll create mode 100644 test/CodeGen/Thumb2/mve-ldst-regimm.ll create mode 100644 test/CodeGen/Thumb2/mve-loadstore.ll