This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 19e6a0847ff [ConstantFolding] Refactor function match for better speed (NFC) new 000e35cc975 [ARM] Add patterns for VMUL with q and r registers new 7eac9b49b76 [ARM] Add patterns for VADD with q and r registers new 3b462f2f23b [ARM] Add patterns for VSUB with q and r registers
The 3 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 | 27 ++++++++++++++ test/CodeGen/Thumb2/mve-vaddqr.ll | 74 +++++++++++++++++++++++++++++++++++++ test/CodeGen/Thumb2/mve-vmulqr.ll | 74 +++++++++++++++++++++++++++++++++++++ test/CodeGen/Thumb2/mve-vsubqr.ll | 77 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 252 insertions(+) create mode 100644 test/CodeGen/Thumb2/mve-vaddqr.ll create mode 100644 test/CodeGen/Thumb2/mve-vmulqr.ll create mode 100644 test/CodeGen/Thumb2/mve-vsubqr.ll