This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a5d63899381 Recommit r334887: [SmallSet] Add SmallSetIterator. new eabdfbb4b22 [AArch64][SVE]: Integer multiply-add/subtract 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 | 5 +++ lib/Target/AArch64/SVEInstrFormats.td | 64 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/mad-diagnostics.s | 19 +++++++++ test/MC/AArch64/SVE/mad.s | 32 ++++++++++++++++ test/MC/AArch64/SVE/mla-diagnostics.s | 19 +++++++++ test/MC/AArch64/SVE/mla.s | 32 ++++++++++++++++ test/MC/AArch64/SVE/mls-diagnostics.s | 19 +++++++++ test/MC/AArch64/SVE/mls.s | 32 ++++++++++++++++ test/MC/AArch64/SVE/msb-diagnostics.s | 19 +++++++++ test/MC/AArch64/SVE/msb.s | 32 ++++++++++++++++ 10 files changed, 273 insertions(+) create mode 100644 test/MC/AArch64/SVE/mad-diagnostics.s create mode 100644 test/MC/AArch64/SVE/mad.s create mode 100644 test/MC/AArch64/SVE/mla-diagnostics.s create mode 100644 test/MC/AArch64/SVE/mla.s create mode 100644 test/MC/AArch64/SVE/mls-diagnostics.s create mode 100644 test/MC/AArch64/SVE/mls.s create mode 100644 test/MC/AArch64/SVE/msb-diagnostics.s create mode 100644 test/MC/AArch64/SVE/msb.s