This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 27001511105 [WebAssembly] Assembler: recognize .init_array as data section. new ad47ff39b68 [ARM] MVE vector for 64bit types
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 | 6 + lib/Target/ARM/ARMInstrMVE.td | 14 +- test/CodeGen/Thumb2/mve-abs.ll | 47 ++++++ test/CodeGen/Thumb2/mve-bitarith.ll | 65 ++++++++ test/CodeGen/Thumb2/mve-div-expand.ll | 194 +++++++++++++++++++++++ test/CodeGen/Thumb2/mve-fmath.ll | 250 ++++++++++++++++++++++++++++++ test/CodeGen/Thumb2/mve-fp-negabs.ll | 57 +++++++ test/CodeGen/Thumb2/mve-frint.ll | 150 ++++++++++++++++++ test/CodeGen/Thumb2/mve-minmax.ll | 215 +++++++++++++++++++++++++ test/CodeGen/Thumb2/mve-neg.ll | 23 +++ test/CodeGen/Thumb2/mve-sext.ll | 47 ++++++ test/CodeGen/Thumb2/mve-shifts.ll | 205 +++++++++++++++++++++++- test/CodeGen/Thumb2/mve-shuffle.ll | 146 ++++++++++++++++- test/CodeGen/Thumb2/mve-simple-arith.ll | 166 ++++++++++++++++++++ test/CodeGen/Thumb2/mve-soft-float-abi.ll | 68 ++++++++ test/CodeGen/Thumb2/mve-vcvt.ll | 108 +++++++++++++ test/CodeGen/Thumb2/mve-vdup.ll | 49 ++++++ test/CodeGen/Thumb2/mve-vmovimm.ll | 89 ++++++++--- test/CodeGen/Thumb2/mve-vmvnimm.ll | 16 +- 19 files changed, 1875 insertions(+), 40 deletions(-)