This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e3c7df89db5 [MIPS GlobalISel] Add detailed tests for lower call new b1af5b6f675 [AArch64][SVE2] Asm: support SVE2 store 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 | 10 ++++ lib/Target/AArch64/SVEInstrFormats.td | 37 ++++++++++++++ test/MC/AArch64/SVE/stnt1b-diagnostics.s | 4 +- test/MC/AArch64/SVE2/stnt1b-diagnostics.s | 82 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/stnt1b.s | 80 ++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/stnt1d-diagnostics.s | 82 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/stnt1d.s | 44 +++++++++++++++++ test/MC/AArch64/SVE2/stnt1h-diagnostics.s | 82 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/stnt1h.s | 80 ++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/stnt1w-diagnostics.s | 82 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/stnt1w.s | 80 ++++++++++++++++++++++++++++++ 11 files changed, 661 insertions(+), 2 deletions(-) create mode 100644 test/MC/AArch64/SVE2/stnt1b-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/stnt1b.s create mode 100644 test/MC/AArch64/SVE2/stnt1d-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/stnt1d.s create mode 100644 test/MC/AArch64/SVE2/stnt1h-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/stnt1h.s create mode 100644 test/MC/AArch64/SVE2/stnt1w-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/stnt1w.s