This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f03e219d2a9 [AArch64][SVE2] Asm: add unpredicated integer multiply inst [...] new efe72cdf194 [AArch64][SVE2] Asm: implement CDOT instruction new a2f56a7d2f3 [AArch64][SVE2] Asm: implement CMLA/SQRDCMLAH instructions
The 2 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 | 15 +++ lib/Target/AArch64/SVEInstrFormats.td | 103 ++++++++++++++++++ test/MC/AArch64/SVE2/cdot-diagnostics.s | 103 ++++++++++++++++++ test/MC/AArch64/SVE2/cdot.s | 96 +++++++++++++++++ test/MC/AArch64/SVE2/cmla-diagnostics.s | 103 ++++++++++++++++++ test/MC/AArch64/SVE2/cmla.s | 156 +++++++++++++++++++++++++++ test/MC/AArch64/SVE2/sqrdcmlah-diagnostics.s | 103 ++++++++++++++++++ test/MC/AArch64/SVE2/sqrdcmlah.s | 156 +++++++++++++++++++++++++++ 8 files changed, 835 insertions(+) create mode 100644 test/MC/AArch64/SVE2/cdot-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/cdot.s create mode 100644 test/MC/AArch64/SVE2/cmla-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/cmla.s create mode 100644 test/MC/AArch64/SVE2/sqrdcmlah-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/sqrdcmlah.s