This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a5108a08cea Mark invariant.group.barrier as inaccessiblememonly new 33b9c81ee37 [AArch64][SVE] Asm: Support for LD1RQ load-and-replicate qu [...]
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 | 7 ++ lib/Target/AArch64/AArch64SVEInstrInfo.td | 9 +++ lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 3 + lib/Target/AArch64/SVEInstrFormats.td | 58 ++++++++++++++++ test/MC/AArch64/SVE/ld1rqb-diagnostics.s | 81 +++++++++++++++++++++++ test/MC/AArch64/SVE/ld1rqb.s | 38 +++++++++++ test/MC/AArch64/SVE/ld1rqd-diagnostics.s | 81 +++++++++++++++++++++++ test/MC/AArch64/SVE/ld1rqd.s | 38 +++++++++++ test/MC/AArch64/SVE/ld1rqh-diagnostics.s | 81 +++++++++++++++++++++++ test/MC/AArch64/SVE/ld1rqh.s | 38 +++++++++++ test/MC/AArch64/SVE/ld1rqw-diagnostics.s | 81 +++++++++++++++++++++++ test/MC/AArch64/SVE/ld1rqw.s | 38 +++++++++++ 12 files changed, 553 insertions(+) create mode 100644 test/MC/AArch64/SVE/ld1rqb-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ld1rqb.s create mode 100644 test/MC/AArch64/SVE/ld1rqd-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ld1rqd.s create mode 100644 test/MC/AArch64/SVE/ld1rqh-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ld1rqh.s create mode 100644 test/MC/AArch64/SVE/ld1rqw-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ld1rqw.s