This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c9830be39f2 [llvm-readobj/llvm-readelf] - Simplify the elf-versioninfo. [...] new 0e78a271fdb [AArch64][SVE2] Asm: support SVE2 Floating Point Pairwise 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 | 7 ++++ lib/Target/AArch64/SVEInstrFormats.td | 33 +++++++++++++++++++ test/MC/AArch64/SVE2/faddp-diagnostics.s | 50 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/faddp.s | 53 ++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/fmaxnmp-diagnostics.s | 50 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/fmaxnmp.s | 53 ++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/fmaxp-diagnostics.s | 50 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/fmaxp.s | 53 ++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/fminnmp-diagnostics.s | 50 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/fminnmp.s | 53 ++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/fminp-diagnostics.s | 50 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/fminp.s | 53 ++++++++++++++++++++++++++++++ 12 files changed, 555 insertions(+) create mode 100644 test/MC/AArch64/SVE2/faddp-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/faddp.s create mode 100644 test/MC/AArch64/SVE2/fmaxnmp-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/fmaxnmp.s create mode 100644 test/MC/AArch64/SVE2/fmaxp-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/fmaxp.s create mode 100644 test/MC/AArch64/SVE2/fminnmp-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/fminnmp.s create mode 100644 test/MC/AArch64/SVE2/fminp-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/fminp.s