This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 780f89d9610 [MVT][SVE] Scalable vector MVTs (1/3) new 51d7cb91e64 [mips][msa] Mask vectors holding shift amounts new 0e3700625d3 [MVT][SVE] Scalable vector MVTs (2/3) Adds scalable vector [...]
The 2 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/CodeGen/MachineValueType.h | 414 +++++++++++++++++------- include/llvm/CodeGen/ValueTypes.h | 8 +- include/llvm/CodeGen/ValueTypes.td | 216 ++++++++----- lib/Target/Mips/MipsMSAInstrInfo.td | 74 +++++ lib/Target/Mips/MipsSEISelLowering.cpp | 25 +- test/CodeGen/Mips/msa/shift_constant_pool.ll | 171 ++++++++++ test/CodeGen/Mips/msa/shift_no_and.ll | 460 +++++++++++++++++++++++++++ test/TableGen/intrinsic-long-name.td | 2 +- test/TableGen/intrinsic-varargs.td | 2 +- utils/TableGen/CodeGenTarget.cpp | 39 +++ 10 files changed, 1196 insertions(+), 215 deletions(-) create mode 100644 test/CodeGen/Mips/msa/shift_constant_pool.ll create mode 100644 test/CodeGen/Mips/msa/shift_no_and.ll