This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e0295ed37bf Add Triple::isPPC64() new f03e219d2a9 [AArch64][SVE2] Asm: add unpredicated integer multiply inst [...]
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 | 17 ++++ lib/Target/AArch64/SVEInstrFormats.td | 69 +++++++++++++++ test/MC/AArch64/SVE2/mul-diagnostics.s | 129 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/mul.s | 50 +++++++++++ test/MC/AArch64/SVE2/pmul-diagnostics.s | 35 ++++++++ test/MC/AArch64/SVE2/pmul.s | 20 +++++ test/MC/AArch64/SVE2/smulh-diagnostics.s | 40 +++++++++ test/MC/AArch64/SVE2/smulh.s | 32 +++++++ test/MC/AArch64/SVE2/sqdmulh-diagnostics.s | 129 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/sqdmulh.s | 50 +++++++++++ test/MC/AArch64/SVE2/sqrdmulh-diagnostics.s | 129 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/sqrdmulh.s | 50 +++++++++++ test/MC/AArch64/SVE2/umulh-diagnostics.s | 40 +++++++++ test/MC/AArch64/SVE2/umulh.s | 32 +++++++ 14 files changed, 822 insertions(+) create mode 100644 test/MC/AArch64/SVE2/mul-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/mul.s create mode 100644 test/MC/AArch64/SVE2/pmul-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/pmul.s create mode 100644 test/MC/AArch64/SVE2/smulh-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/smulh.s create mode 100644 test/MC/AArch64/SVE2/sqdmulh-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/sqdmulh.s create mode 100644 test/MC/AArch64/SVE2/sqrdmulh-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/sqrdmulh.s create mode 100644 test/MC/AArch64/SVE2/umulh-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/umulh.s