This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 21150634b02 [X86] Add SchedWriteFTest/SchedWriteVecTest TEST scheduler classes new 91ba6e73386 [AArch64][SVE] Asm: Support for LD1R load-and-replicate sca [...]
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/AArch64InstrFormats.td | 26 +++++++++++ lib/Target/AArch64/AArch64SVEInstrInfo.td | 19 ++++++++ lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 12 +++++ lib/Target/AArch64/SVEInstrFormats.td | 37 ++++++++++++++- test/MC/AArch64/SVE/ld1rb-diagnostics.s | 23 +++++++++ test/MC/AArch64/SVE/ld1rb.s | 56 ++++++++++++++++++++++ test/MC/AArch64/SVE/ld1rd-diagnostics.s | 57 +++++++++++++++++++++++ test/MC/AArch64/SVE/ld1rd.s | 20 ++++++++ test/MC/AArch64/SVE/ld1rh-diagnostics.s | 47 +++++++++++++++++++ test/MC/AArch64/SVE/ld1rh.s | 44 +++++++++++++++++ test/MC/AArch64/SVE/ld1rsb-diagnostics.s | 32 +++++++++++++ test/MC/AArch64/SVE/ld1rsb.s | 44 +++++++++++++++++ test/MC/AArch64/SVE/ld1rsh-diagnostics.s | 42 +++++++++++++++++ test/MC/AArch64/SVE/ld1rsh.s | 32 +++++++++++++ test/MC/AArch64/SVE/ld1rsw-diagnostics.s | 47 +++++++++++++++++++ test/MC/AArch64/SVE/ld1rsw.s | 20 ++++++++ test/MC/AArch64/SVE/ld1rw-diagnostics.s | 52 +++++++++++++++++++++ test/MC/AArch64/SVE/ld1rw.s | 32 +++++++++++++ 18 files changed, 641 insertions(+), 1 deletion(-) create mode 100644 test/MC/AArch64/SVE/ld1rb-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ld1rb.s create mode 100644 test/MC/AArch64/SVE/ld1rd-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ld1rd.s create mode 100644 test/MC/AArch64/SVE/ld1rh-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ld1rh.s create mode 100644 test/MC/AArch64/SVE/ld1rsb-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ld1rsb.s create mode 100644 test/MC/AArch64/SVE/ld1rsh-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ld1rsh.s create mode 100644 test/MC/AArch64/SVE/ld1rsw-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ld1rsw.s create mode 100644 test/MC/AArch64/SVE/ld1rw-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ld1rw.s