This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 32d3bbcc6c7 [AArch64][SVE] Asm: Instructions to perform serialized operations. new 11c523d2b15 [AArch64][SVE] Asm: Support for WHILE(LE|LO|LS|LT) 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 | 10 +++++ lib/Target/AArch64/SVEInstrFormats.td | 35 ++++++++++++++++ test/MC/AArch64/SVE/whilele-diagnostics.s | 20 +++++++++ test/MC/AArch64/SVE/whilele.s | 68 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/whilelo-diagnostics.s | 20 +++++++++ test/MC/AArch64/SVE/whilelo.s | 68 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/whilels-diagnostics.s | 20 +++++++++ test/MC/AArch64/SVE/whilels.s | 68 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/whilelt-diagnostics.s | 20 +++++++++ test/MC/AArch64/SVE/whilelt.s | 68 +++++++++++++++++++++++++++++++ 10 files changed, 397 insertions(+) create mode 100644 test/MC/AArch64/SVE/whilele-diagnostics.s create mode 100644 test/MC/AArch64/SVE/whilele.s create mode 100644 test/MC/AArch64/SVE/whilelo-diagnostics.s create mode 100644 test/MC/AArch64/SVE/whilelo.s create mode 100644 test/MC/AArch64/SVE/whilels-diagnostics.s create mode 100644 test/MC/AArch64/SVE/whilels.s create mode 100644 test/MC/AArch64/SVE/whilelt-diagnostics.s create mode 100644 test/MC/AArch64/SVE/whilelt.s