This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ae66baa4ae4 [AArch64][SVE2] Asm: support SVE2 Crypto Extensions Group new 6656bf7b97f [AArch64][SVE2] Asm: support SVE2 Floating Point Convert 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 | 5 ++ lib/Target/AArch64/SVEInstrFormats.td | 37 +++++++++++++++ test/MC/AArch64/SVE2/fcvtlt-diagnostics.s | 69 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/fcvtlt.s | 21 +++++++++ test/MC/AArch64/SVE2/fcvtnt-diagnostics.s | 69 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/fcvtnt.s | 21 +++++++++ test/MC/AArch64/SVE2/fcvtxnt-diagnostics.s | 74 ++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/fcvtxnt.s | 21 +++++++++ 8 files changed, 317 insertions(+) create mode 100644 test/MC/AArch64/SVE2/fcvtlt-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/fcvtlt.s create mode 100644 test/MC/AArch64/SVE2/fcvtnt-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/fcvtnt.s create mode 100644 test/MC/AArch64/SVE2/fcvtxnt-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/fcvtxnt.s