This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b1b2ed60d84 [AArch64][SVE2] Asm: support SVE2 Histogram Computation Groups new ae66baa4ae4 [AArch64][SVE2] Asm: support SVE2 Crypto Extensions Group
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/AArch64SVEInstrInfo.td | 20 ++++++++++++ lib/Target/AArch64/SVEInstrFormats.td | 51 ++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/aesd-diagnostics.s | 45 ++++++++++++++++++++++++++ test/MC/AArch64/SVE2/aesd.s | 15 +++++++++ test/MC/AArch64/SVE2/aese-diagnostics.s | 45 ++++++++++++++++++++++++++ test/MC/AArch64/SVE2/aese.s | 15 +++++++++ test/MC/AArch64/SVE2/aesimc-diagnostics.s | 45 ++++++++++++++++++++++++++ test/MC/AArch64/SVE2/aesimc.s | 21 ++++++++++++ test/MC/AArch64/SVE2/aesmc-diagnostics.s | 45 ++++++++++++++++++++++++++ test/MC/AArch64/SVE2/aesmc.s | 21 ++++++++++++ test/MC/AArch64/SVE2/rax1-diagnostics.s | 36 +++++++++++++++++++++ test/MC/AArch64/SVE2/rax1.s | 15 +++++++++ test/MC/AArch64/SVE2/sm4e-diagnostics.s | 45 ++++++++++++++++++++++++++ test/MC/AArch64/SVE2/sm4e.s | 15 +++++++++ test/MC/AArch64/SVE2/sm4ekey-diagnostics.s | 36 +++++++++++++++++++++ test/MC/AArch64/SVE2/sm4ekey.s | 15 +++++++++ 16 files changed, 485 insertions(+) create mode 100644 test/MC/AArch64/SVE2/aesd-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/aesd.s create mode 100644 test/MC/AArch64/SVE2/aese-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/aese.s create mode 100644 test/MC/AArch64/SVE2/aesimc-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/aesimc.s create mode 100644 test/MC/AArch64/SVE2/aesmc-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/aesmc.s create mode 100644 test/MC/AArch64/SVE2/rax1-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/rax1.s create mode 100644 test/MC/AArch64/SVE2/sm4e-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/sm4e.s create mode 100644 test/MC/AArch64/SVE2/sm4ekey-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/sm4ekey.s