This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d7523760563 Rename ObjectMemoryBuffer to SmallVectorMemoryBuffer; NFCI new 7088d03292e [AArch64][SVE] Asm: Support for structured LD2 (scalar+imm) [...]
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/AArch64/AArch64RegisterInfo.td | 24 ++++++++ lib/Target/AArch64/AArch64SVEInstrInfo.td | 6 ++ lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 9 ++- .../AArch64/Disassembler/AArch64Disassembler.cpp | 24 ++++++++ .../AArch64/InstPrinter/AArch64InstPrinter.cpp | 1 + lib/Target/AArch64/SVEInstrFormats.td | 42 +++++++++++++- test/MC/AArch64/SVE/ld2b-diagnostics.s | 67 ++++++++++++++++++++++ test/MC/AArch64/SVE/ld2b.s | 26 +++++++++ test/MC/AArch64/SVE/ld2d-diagnostics.s | 67 ++++++++++++++++++++++ test/MC/AArch64/SVE/ld2d.s | 26 +++++++++ test/MC/AArch64/SVE/ld2h-diagnostics.s | 67 ++++++++++++++++++++++ test/MC/AArch64/SVE/ld2h.s | 26 +++++++++ test/MC/AArch64/SVE/ld2w-diagnostics.s | 67 ++++++++++++++++++++++ test/MC/AArch64/SVE/ld2w.s | 26 +++++++++ 14 files changed, 474 insertions(+), 4 deletions(-) create mode 100644 test/MC/AArch64/SVE/ld2b-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ld2b.s create mode 100644 test/MC/AArch64/SVE/ld2d-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ld2d.s create mode 100644 test/MC/AArch64/SVE/ld2h-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ld2h.s create mode 100644 test/MC/AArch64/SVE/ld2w-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ld2w.s