This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d1f4ebb3bf4 [AArch64][SVE2] Asm: support TBL/TBX instructions new f1e9f3e56b9 [AArch64][SVE2] Asm: support WHILE 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 | 15 +++++++ lib/Target/AArch64/SVEInstrFormats.td | 26 ++++++++++++ test/MC/AArch64/SVE2/whilege-diagnostics.s | 29 +++++++++++++ test/MC/AArch64/SVE2/whilege.s | 68 ++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/whilegt-diagnostics.s | 29 +++++++++++++ test/MC/AArch64/SVE2/whilegt.s | 68 ++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/whilehi-diagnostics.s | 29 +++++++++++++ test/MC/AArch64/SVE2/whilehi.s | 68 ++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/whilehs-diagnostics.s | 29 +++++++++++++ test/MC/AArch64/SVE2/whilehs.s | 68 ++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/whilerw-diagnostics.s | 25 +++++++++++ test/MC/AArch64/SVE2/whilerw.s | 32 ++++++++++++++ test/MC/AArch64/SVE2/whilewr-diagnostics.s | 25 +++++++++++ test/MC/AArch64/SVE2/whilewr.s | 32 ++++++++++++++ 14 files changed, 543 insertions(+) create mode 100644 test/MC/AArch64/SVE2/whilege-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/whilege.s create mode 100644 test/MC/AArch64/SVE2/whilegt-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/whilegt.s create mode 100644 test/MC/AArch64/SVE2/whilehi-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/whilehi.s create mode 100644 test/MC/AArch64/SVE2/whilehs-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/whilehs.s create mode 100644 test/MC/AArch64/SVE2/whilerw-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/whilerw.s create mode 100644 test/MC/AArch64/SVE2/whilewr-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/whilewr.s