This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cc8b87e0806 [X86][AVX] Add more variable permute tests for source vecto [...] new b2debb2fad4 [AArch64][SVE] Asm: Add support for RDVL/ADDVL/ADDPL instructions
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 | 6 ++++ lib/Target/AArch64/AArch64SVEInstrInfo.td | 4 +++ lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 3 ++ lib/Target/AArch64/SVEInstrFormats.td | 39 ++++++++++++++++++++++- test/MC/AArch64/SVE/addpl-diagnostics.s | 13 ++++++++ test/MC/AArch64/SVE/addpl.s | 32 +++++++++++++++++++ test/MC/AArch64/SVE/addvl-diagnostics.s | 13 ++++++++ test/MC/AArch64/SVE/addvl.s | 32 +++++++++++++++++++ test/MC/AArch64/SVE/rdvl-diagnostics.s | 13 ++++++++ test/MC/AArch64/SVE/rdvl.s | 32 +++++++++++++++++++ 10 files changed, 186 insertions(+), 1 deletion(-) create mode 100644 test/MC/AArch64/SVE/addpl-diagnostics.s create mode 100644 test/MC/AArch64/SVE/addpl.s create mode 100644 test/MC/AArch64/SVE/addvl-diagnostics.s create mode 100644 test/MC/AArch64/SVE/addvl.s create mode 100644 test/MC/AArch64/SVE/rdvl-diagnostics.s create mode 100644 test/MC/AArch64/SVE/rdvl.s