This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4f77b3ddf35 [ARM] Fix integer UB in MVE load/store immediate handling. new 0272917d5a6 [ARM] Widening loads and narrowing 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 | 25 +- lib/Target/ARM/ARMISelLowering.h | 1 + lib/Target/ARM/ARMInstrMVE.td | 36 +++ test/CodeGen/Thumb2/mve-ldst-offset.ll | 437 +++++++------------------------- test/CodeGen/Thumb2/mve-ldst-postinc.ll | 420 ++++++------------------------ test/CodeGen/Thumb2/mve-ldst-preinc.ll | 414 +++++++----------------------- test/CodeGen/Thumb2/mve-shuffle.ll | 25 +- test/CodeGen/Thumb2/mve-widen-narrow.ll | 127 ++++++++++ 8 files changed, 468 insertions(+), 1017 deletions(-) create mode 100644 test/CodeGen/Thumb2/mve-widen-narrow.ll