This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 10fa4a104d6 [MIR-Canon] Fixing a test failure caused by COPY Folding. new 4a9f0dd8d7d [AArch64][SVE] Asm: Support for structured LD3 (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 | 21 +++++++ lib/Target/AArch64/AArch64SVEInstrInfo.td | 4 ++ lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 10 +++- .../AArch64/Disassembler/AArch64Disassembler.cpp | 27 +++++++++ .../AArch64/InstPrinter/AArch64InstPrinter.cpp | 1 + lib/Target/AArch64/SVEInstrFormats.td | 9 +++ test/MC/AArch64/SVE/ld3b-diagnostics.s | 67 ++++++++++++++++++++++ test/MC/AArch64/SVE/ld3b.s | 26 +++++++++ test/MC/AArch64/SVE/ld3d-diagnostics.s | 67 ++++++++++++++++++++++ test/MC/AArch64/SVE/ld3d.s | 26 +++++++++ test/MC/AArch64/SVE/ld3h-diagnostics.s | 67 ++++++++++++++++++++++ test/MC/AArch64/SVE/ld3h.s | 26 +++++++++ test/MC/AArch64/SVE/ld3w-diagnostics.s | 67 ++++++++++++++++++++++ test/MC/AArch64/SVE/ld3w.s | 26 +++++++++ 14 files changed, 441 insertions(+), 3 deletions(-) create mode 100644 test/MC/AArch64/SVE/ld3b-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ld3b.s create mode 100644 test/MC/AArch64/SVE/ld3d-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ld3d.s create mode 100644 test/MC/AArch64/SVE/ld3h-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ld3h.s create mode 100644 test/MC/AArch64/SVE/ld3w-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ld3w.s