This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4735a38358d [AArch64][SVE2] Asm: add integer multiply-add long instructions new bf7c4f523d6 [AArch64][SVE2] Asm: add saturating multiply-add long instructions new ceb61d43ce6 [AMDGPU] detect WaW hazards when moving/merging load/store [...]
The 2 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 | 12 +++ lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 1 + test/CodeGen/AMDGPU/merge-load-store.mir | 34 ++++++++ test/MC/AArch64/SVE2/sqdmlalb-diagnostics.s | 116 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/sqdmlalb.s | 67 ++++++++++++++++ test/MC/AArch64/SVE2/sqdmlalt-diagnostics.s | 116 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/sqdmlalt.s | 67 ++++++++++++++++ test/MC/AArch64/SVE2/sqdmlslb-diagnostics.s | 116 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/sqdmlslb.s | 67 ++++++++++++++++ test/MC/AArch64/SVE2/sqdmlslt-diagnostics.s | 116 ++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/sqdmlslt.s | 67 ++++++++++++++++ 11 files changed, 779 insertions(+) create mode 100644 test/MC/AArch64/SVE2/sqdmlalb-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/sqdmlalb.s create mode 100644 test/MC/AArch64/SVE2/sqdmlalt-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/sqdmlalt.s create mode 100644 test/MC/AArch64/SVE2/sqdmlslb-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/sqdmlslb.s create mode 100644 test/MC/AArch64/SVE2/sqdmlslt-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/sqdmlslt.s