This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6e79b3cdd6f [LoopInterchange] Update some loops to use range base for l [...] new f05d034950f [AArch64][SVE] Asm: Support for non-temporal, contiguous LD [...]
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 | 24 ++++++ lib/Target/AArch64/SVEInstrFormats.td | 126 ++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/ldnt1b-diagnostics.s | 61 +++++++++++++++ test/MC/AArch64/SVE/ldnt1b.s | 38 +++++++++ test/MC/AArch64/SVE/ldnt1d-diagnostics.s | 61 +++++++++++++++ test/MC/AArch64/SVE/ldnt1d.s | 38 +++++++++ test/MC/AArch64/SVE/ldnt1h-diagnostics.s | 61 +++++++++++++++ test/MC/AArch64/SVE/ldnt1h.s | 38 +++++++++ test/MC/AArch64/SVE/ldnt1w-diagnostics.s | 61 +++++++++++++++ test/MC/AArch64/SVE/ldnt1w.s | 38 +++++++++ test/MC/AArch64/SVE/stnt1b-diagnostics.s | 66 ++++++++++++++++ test/MC/AArch64/SVE/stnt1b.s | 38 +++++++++ test/MC/AArch64/SVE/stnt1d-diagnostics.s | 66 ++++++++++++++++ test/MC/AArch64/SVE/stnt1d.s | 38 +++++++++ test/MC/AArch64/SVE/stnt1h-diagnostics.s | 66 ++++++++++++++++ test/MC/AArch64/SVE/stnt1h.s | 38 +++++++++ test/MC/AArch64/SVE/stnt1w-diagnostics.s | 66 ++++++++++++++++ test/MC/AArch64/SVE/stnt1w.s | 38 +++++++++ 18 files changed, 962 insertions(+) create mode 100644 test/MC/AArch64/SVE/ldnt1b-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ldnt1b.s create mode 100644 test/MC/AArch64/SVE/ldnt1d-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ldnt1d.s create mode 100644 test/MC/AArch64/SVE/ldnt1h-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ldnt1h.s create mode 100644 test/MC/AArch64/SVE/ldnt1w-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ldnt1w.s create mode 100644 test/MC/AArch64/SVE/stnt1b-diagnostics.s create mode 100644 test/MC/AArch64/SVE/stnt1b.s create mode 100644 test/MC/AArch64/SVE/stnt1d-diagnostics.s create mode 100644 test/MC/AArch64/SVE/stnt1d.s create mode 100644 test/MC/AArch64/SVE/stnt1h-diagnostics.s create mode 100644 test/MC/AArch64/SVE/stnt1h.s create mode 100644 test/MC/AArch64/SVE/stnt1w-diagnostics.s create mode 100644 test/MC/AArch64/SVE/stnt1w.s