This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9c475e370b8 [llvm-objdump] - An attempt to fix BB after r337361. new a0223d639d9 [AArch64][SVE] Asm: Support for UDOT/SDOT 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 | 6 +++ lib/Target/AArch64/SVEInstrFormats.td | 66 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/sdot-diagnostics.s | 58 +++++++++++++++++++++++++++ test/MC/AArch64/SVE/{cntp.s => sdot.s} | 32 +++++++-------- test/MC/AArch64/SVE/udot-diagnostics.s | 58 +++++++++++++++++++++++++++ test/MC/AArch64/SVE/{cntp.s => udot.s} | 32 +++++++-------- 6 files changed, 220 insertions(+), 32 deletions(-) create mode 100644 test/MC/AArch64/SVE/sdot-diagnostics.s copy test/MC/AArch64/SVE/{cntp.s => sdot.s} (55%) create mode 100644 test/MC/AArch64/SVE/udot-diagnostics.s copy test/MC/AArch64/SVE/{cntp.s => udot.s} (55%)