This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 539b6a0c164 [MergeICmps] Add test from PR41917. new 6bfb15391bc [AArch64][SVE2] Asm: add integer multiply long 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/AArch64SVEInstrInfo.td | 18 +++++ lib/Target/AArch64/SVEInstrFormats.td | 46 ++++++++++++ test/MC/AArch64/SVE2/smullb-diagnostics.s | 106 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/smullb.s | 39 ++++++++++ test/MC/AArch64/SVE2/smullt-diagnostics.s | 106 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/smullt.s | 39 ++++++++++ test/MC/AArch64/SVE2/sqdmullb-diagnostics.s | 106 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/sqdmullb.s | 39 ++++++++++ test/MC/AArch64/SVE2/sqdmullt-diagnostics.s | 106 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/sqdmullt.s | 39 ++++++++++ test/MC/AArch64/SVE2/umullb-diagnostics.s | 106 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/umullb.s | 39 ++++++++++ test/MC/AArch64/SVE2/umullt-diagnostics.s | 106 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/umullt.s | 39 ++++++++++ 14 files changed, 934 insertions(+) create mode 100644 test/MC/AArch64/SVE2/smullb-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/smullb.s create mode 100644 test/MC/AArch64/SVE2/smullt-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/smullt.s create mode 100644 test/MC/AArch64/SVE2/sqdmullb-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/sqdmullb.s create mode 100644 test/MC/AArch64/SVE2/sqdmullt-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/sqdmullt.s create mode 100644 test/MC/AArch64/SVE2/umullb-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/umullb.s create mode 100644 test/MC/AArch64/SVE2/umullt-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/umullt.s