This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3debcfb7437 [AArch64][SVE2] Asm: support Floating Point Widening Multiply-Add new 6fb64009dd7 [AArch64][SVE2] Asm: support SVE Bitwise Logical - Unpredic [...]
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 | 11 +++++ lib/Target/AArch64/SVEInstrFormats.td | 70 ++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/bcax-diagnostics.s | 39 +++++++++++++++++ test/MC/AArch64/SVE2/bcax.s | 52 ++++++++++++++++++++++ test/MC/AArch64/SVE2/bsl-diagnostics.s | 39 +++++++++++++++++ test/MC/AArch64/SVE2/bsl.s | 30 +++++++++++++ test/MC/AArch64/SVE2/bsl1n-diagnostics.s | 39 +++++++++++++++++ test/MC/AArch64/SVE2/bsl1n.s | 30 +++++++++++++ test/MC/AArch64/SVE2/bsl2n-diagnostics.s | 39 +++++++++++++++++ test/MC/AArch64/SVE2/bsl2n.s | 30 +++++++++++++ test/MC/AArch64/SVE2/eor3-diagnostics.s | 39 +++++++++++++++++ test/MC/AArch64/SVE2/eor3.s | 52 ++++++++++++++++++++++ test/MC/AArch64/SVE2/nbsl-diagnostics.s | 39 +++++++++++++++++ test/MC/AArch64/SVE2/nbsl.s | 30 +++++++++++++ test/MC/AArch64/SVE2/xar-diagnostics.s | 60 ++++++++++++++++++++++++++ test/MC/AArch64/SVE2/xar.s | 72 +++++++++++++++++++++++++++++++ 16 files changed, 671 insertions(+) create mode 100644 test/MC/AArch64/SVE2/bcax-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/bcax.s create mode 100644 test/MC/AArch64/SVE2/bsl-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/bsl.s create mode 100644 test/MC/AArch64/SVE2/bsl1n-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/bsl1n.s create mode 100644 test/MC/AArch64/SVE2/bsl2n-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/bsl2n.s create mode 100644 test/MC/AArch64/SVE2/eor3-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/eor3.s create mode 100644 test/MC/AArch64/SVE2/nbsl-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/nbsl.s create mode 100644 test/MC/AArch64/SVE2/xar-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/xar.s