This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 26973b67999 [ARM] MVE big endian loads/stores new 97657013928 [ARM] Add support for MVE pre and post inc 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: include/llvm/Target/TargetSelectionDAG.td | 20 ++++ lib/Target/ARM/ARMISelDAGToDAG.cpp | 99 +++++++++++++++- lib/Target/ARM/ARMISelLowering.cpp | 121 ++++++++++++++++--- lib/Target/ARM/ARMInstrMVE.td | 72 +++++++++++- test/CodeGen/Thumb2/mve-ldst-postinc.ll | 189 ++++++++++-------------------- test/CodeGen/Thumb2/mve-ldst-preinc.ll | 189 ++++++++++-------------------- test/CodeGen/Thumb2/mve-ldst-regimm.ll | 8 +- 7 files changed, 423 insertions(+), 275 deletions(-)