This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 955b8d422de [CVP] Handle calls with void return value. No need to creat [...] new da1756486d7 [AArch64][SVE] Asm: Support for CNT(B|H|W|D) and CNTP instr [...]
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 | 32 ++++++++++------- lib/Target/AArch64/SVEInstrFormats.td | 53 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE/cntb-diagnostics.s | 57 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/cntb.s | 44 ++++++++++++++++++++++++ test/MC/AArch64/SVE/cntd-diagnostics.s | 57 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/cntd.s | 44 ++++++++++++++++++++++++ test/MC/AArch64/SVE/cnth-diagnostics.s | 57 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/cnth.s | 44 ++++++++++++++++++++++++ test/MC/AArch64/SVE/cntp-diagnostics.s | 11 ++++++ test/MC/AArch64/SVE/cntp.s | 32 +++++++++++++++++ test/MC/AArch64/SVE/cntw-diagnostics.s | 57 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/cntw.s | 44 ++++++++++++++++++++++++ 12 files changed, 519 insertions(+), 13 deletions(-) create mode 100644 test/MC/AArch64/SVE/cntb-diagnostics.s create mode 100644 test/MC/AArch64/SVE/cntb.s create mode 100644 test/MC/AArch64/SVE/cntd-diagnostics.s create mode 100644 test/MC/AArch64/SVE/cntd.s create mode 100644 test/MC/AArch64/SVE/cnth-diagnostics.s create mode 100644 test/MC/AArch64/SVE/cnth.s create mode 100644 test/MC/AArch64/SVE/cntp-diagnostics.s create mode 100644 test/MC/AArch64/SVE/cntp.s create mode 100644 test/MC/AArch64/SVE/cntw-diagnostics.s create mode 100644 test/MC/AArch64/SVE/cntw.s