This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7e7d3003e4d [AArch64] support neon_sshl and neon_ushl in performIntrins [...] new 4dd96ffa90f [ARM][MVE] Remove old tail predicates
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/ARMInstrMVE.td | 1 + lib/Target/ARM/MVETailPredication.cpp | 68 ++++- .../cond-vector-reduce-mve-codegen.ll | 292 +++++++++++++++++++++ .../LowOverheadLoops/vector-arith-codegen.ll | 242 +++++++++++++++++ .../LowOverheadLoops/vector-reduce-mve-tail.ll | 75 ++++++ test/CodeGen/Thumb2/mve-vctp.ll | 6 +- 6 files changed, 672 insertions(+), 12 deletions(-) create mode 100644 test/CodeGen/Thumb2/LowOverheadLoops/cond-vector-reduce-mve-codegen.ll create mode 100644 test/CodeGen/Thumb2/LowOverheadLoops/vector-arith-codegen.ll create mode 100644 test/CodeGen/Thumb2/LowOverheadLoops/vector-reduce-mve-tail.ll