This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a9104c62a07 [PM/LoopUnswitch] Remove a buggy assert in the new loop unswitch. new 83cd5098e06 [AArch64][SVE] Asm: Support for structured ST2, ST3 and ST4 [...]
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 | 14 +++++++ lib/Target/AArch64/SVEInstrFormats.td | 31 ++++++++++++++ test/MC/AArch64/SVE/st2b-diagnostics.s | 67 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/st2b.s | 26 ++++++++++++ test/MC/AArch64/SVE/st2d-diagnostics.s | 67 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/st2d.s | 26 ++++++++++++ test/MC/AArch64/SVE/st2h-diagnostics.s | 67 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/st2h.s | 26 ++++++++++++ test/MC/AArch64/SVE/st2w-diagnostics.s | 67 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/st2w.s | 26 ++++++++++++ test/MC/AArch64/SVE/st3b-diagnostics.s | 67 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/st3b.s | 26 ++++++++++++ test/MC/AArch64/SVE/st3d-diagnostics.s | 67 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/st3d.s | 26 ++++++++++++ test/MC/AArch64/SVE/st3h-diagnostics.s | 67 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/st3h.s | 26 ++++++++++++ test/MC/AArch64/SVE/st3w-diagnostics.s | 67 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/st3w.s | 26 ++++++++++++ test/MC/AArch64/SVE/st4b-diagnostics.s | 67 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/st4b.s | 26 ++++++++++++ test/MC/AArch64/SVE/st4d-diagnostics.s | 67 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/st4d.s | 26 ++++++++++++ test/MC/AArch64/SVE/st4h-diagnostics.s | 67 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/st4h.s | 26 ++++++++++++ test/MC/AArch64/SVE/st4w-diagnostics.s | 67 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/st4w.s | 26 ++++++++++++ 26 files changed, 1161 insertions(+) create mode 100644 test/MC/AArch64/SVE/st2b-diagnostics.s create mode 100644 test/MC/AArch64/SVE/st2b.s create mode 100644 test/MC/AArch64/SVE/st2d-diagnostics.s create mode 100644 test/MC/AArch64/SVE/st2d.s create mode 100644 test/MC/AArch64/SVE/st2h-diagnostics.s create mode 100644 test/MC/AArch64/SVE/st2h.s create mode 100644 test/MC/AArch64/SVE/st2w-diagnostics.s create mode 100644 test/MC/AArch64/SVE/st2w.s create mode 100644 test/MC/AArch64/SVE/st3b-diagnostics.s create mode 100644 test/MC/AArch64/SVE/st3b.s create mode 100644 test/MC/AArch64/SVE/st3d-diagnostics.s create mode 100644 test/MC/AArch64/SVE/st3d.s create mode 100644 test/MC/AArch64/SVE/st3h-diagnostics.s create mode 100644 test/MC/AArch64/SVE/st3h.s create mode 100644 test/MC/AArch64/SVE/st3w-diagnostics.s create mode 100644 test/MC/AArch64/SVE/st3w.s create mode 100644 test/MC/AArch64/SVE/st4b-diagnostics.s create mode 100644 test/MC/AArch64/SVE/st4b.s create mode 100644 test/MC/AArch64/SVE/st4d-diagnostics.s create mode 100644 test/MC/AArch64/SVE/st4d.s create mode 100644 test/MC/AArch64/SVE/st4h-diagnostics.s create mode 100644 test/MC/AArch64/SVE/st4h.s create mode 100644 test/MC/AArch64/SVE/st4w-diagnostics.s create mode 100644 test/MC/AArch64/SVE/st4w.s