This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0845c69be92 [LLVM][Alignment] Introduce Alignment Type new 1b9dd625a5f [AArch64] Skip isZIPMask check for masks with an odd number [...] new 8203701920c [MVT][SVE] Map between scalable vector IR Type and VTs new 7c492e24c28 [llvm/Object] - Remove ELFFile<ELFT>::getSection(const Stri [...]
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: include/llvm/CodeGen/TargetLowering.h | 2 +- include/llvm/CodeGen/ValueTypes.h | 4 +- include/llvm/Object/ELF.h | 18 --- include/llvm/Support/MachineValueType.h | 40 +----- lib/CodeGen/ValueTypes.cpp | 140 ++++++++++++++++++++- lib/Target/AArch64/AArch64ISelLowering.cpp | 2 + .../AArch64/arm64-neon-vector-shuffle-extract.ll | 26 ++++ unittests/CodeGen/ScalableVectorMVTsTest.cpp | 46 ++++++- 8 files changed, 209 insertions(+), 69 deletions(-)