This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ceac96362f6 [AccelTable] Dwarf5AccelTableEmitter -> Writer (NFC) new f8d4a3aecfd [AccelTable] Provide abstraction for emitting DWARF5 accele [...] new 4e2f2576ac5 [AArch64][SVE] Asm: Support for UZP and TRN instructions.
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/AccelTable.h | 23 +++++++++- lib/CodeGen/AsmPrinter/AccelTable.cpp | 74 +++++++++++++++++++++++-------- lib/Target/AArch64/AArch64SVEInstrInfo.td | 8 ++++ test/MC/AArch64/SVE/trn1-diagnostics.s | 43 ++++++++++++++++++ test/MC/AArch64/SVE/trn1.s | 56 +++++++++++++++++++++++ test/MC/AArch64/SVE/trn2-diagnostics.s | 43 ++++++++++++++++++ test/MC/AArch64/SVE/trn2.s | 56 +++++++++++++++++++++++ test/MC/AArch64/SVE/uzp1-diagnostics.s | 43 ++++++++++++++++++ test/MC/AArch64/SVE/uzp1.s | 56 +++++++++++++++++++++++ test/MC/AArch64/SVE/uzp2-diagnostics.s | 43 ++++++++++++++++++ test/MC/AArch64/SVE/uzp2.s | 56 +++++++++++++++++++++++ 11 files changed, 481 insertions(+), 20 deletions(-) create mode 100644 test/MC/AArch64/SVE/trn1-diagnostics.s create mode 100644 test/MC/AArch64/SVE/trn1.s create mode 100644 test/MC/AArch64/SVE/trn2-diagnostics.s create mode 100644 test/MC/AArch64/SVE/trn2.s create mode 100644 test/MC/AArch64/SVE/uzp1-diagnostics.s create mode 100644 test/MC/AArch64/SVE/uzp1.s create mode 100644 test/MC/AArch64/SVE/uzp2-diagnostics.s create mode 100644 test/MC/AArch64/SVE/uzp2.s