This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 71650da2ad2 [MS Demangler] Refactor some of the name parsing code. new 32d3bbcc6c7 [AArch64][SVE] Asm: Instructions to perform serialized operations.
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 | 56 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/ctermeq-diagnostics.s | 25 ++++++++++++++ test/MC/AArch64/SVE/ctermeq.s | 32 ++++++++++++++++++ test/MC/AArch64/SVE/ctermne-diagnostics.s | 25 ++++++++++++++ test/MC/AArch64/SVE/ctermne.s | 32 ++++++++++++++++++ test/MC/AArch64/SVE/pfirst-diagnostics.s | 19 +++++++++++ test/MC/AArch64/SVE/pfirst.s | 20 +++++++++++ test/MC/AArch64/SVE/pnext-diagnostics.s | 10 ++++++ test/MC/AArch64/SVE/pnext.s | 38 +++++++++++++++++++++ 10 files changed, 264 insertions(+) create mode 100644 test/MC/AArch64/SVE/ctermeq-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ctermeq.s create mode 100644 test/MC/AArch64/SVE/ctermne-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ctermne.s create mode 100644 test/MC/AArch64/SVE/pfirst-diagnostics.s create mode 100644 test/MC/AArch64/SVE/pfirst.s create mode 100644 test/MC/AArch64/SVE/pnext-diagnostics.s create mode 100644 test/MC/AArch64/SVE/pnext.s