This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0e78a271fdb [AArch64][SVE2] Asm: support SVE2 Floating Point Pairwise Group new 3debcfb7437 [AArch64][SVE2] Asm: support Floating Point Widening Multiply-Add
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 | 12 ++++++ lib/Target/AArch64/SVEInstrFormats.td | 56 ++++++++++++++++++++++++ test/MC/AArch64/SVE/movprfx-diagnostics.s | 10 +++++ test/MC/AArch64/SVE2/fmlalb-diagnostics.s | 71 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/fmlalb.s | 54 +++++++++++++++++++++++ test/MC/AArch64/SVE2/fmlalt-diagnostics.s | 71 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/fmlalt.s | 54 +++++++++++++++++++++++ test/MC/AArch64/SVE2/fmlslb-diagnostics.s | 71 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/fmlslb.s | 54 +++++++++++++++++++++++ test/MC/AArch64/SVE2/fmlslt-diagnostics.s | 71 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/fmlslt.s | 54 +++++++++++++++++++++++ 11 files changed, 578 insertions(+) create mode 100644 test/MC/AArch64/SVE2/fmlalb-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/fmlalb.s create mode 100644 test/MC/AArch64/SVE2/fmlalt-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/fmlalt.s create mode 100644 test/MC/AArch64/SVE2/fmlslb-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/fmlslb.s create mode 100644 test/MC/AArch64/SVE2/fmlslt-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/fmlslt.s