This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c33c392d270 [llvm-mca][X86] Add BT resource tests to all models new 1f8d9bb5140 [AArch64][SVE] Asm: Support for gather LD1/LDFF1 (vector + [...]
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/AArch64InstrFormats.td | 29 ++++++++++ lib/Target/AArch64/AArch64SVEInstrInfo.td | 30 ++++++++++ lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 31 ++++++++-- lib/Target/AArch64/SVEInstrFormats.td | 70 +++++++++++++++++++++++ test/MC/AArch64/SVE/ld1b-diagnostics.s | 24 ++++++++ test/MC/AArch64/SVE/ld1b.s | 24 ++++++++ test/MC/AArch64/SVE/ld1d-diagnostics.s | 39 +++++++++++++ test/MC/AArch64/SVE/ld1d.s | 12 ++++ test/MC/AArch64/SVE/ld1h-diagnostics.s | 54 +++++++++++++++++ test/MC/AArch64/SVE/ld1h.s | 24 ++++++++ test/MC/AArch64/SVE/ld1sb-diagnostics.s | 24 ++++++++ test/MC/AArch64/SVE/ld1sb.s | 24 ++++++++ test/MC/AArch64/SVE/ld1sh-diagnostics.s | 54 +++++++++++++++++ test/MC/AArch64/SVE/ld1sh.s | 24 ++++++++ test/MC/AArch64/SVE/ld1sw-diagnostics.s | 39 +++++++++++++ test/MC/AArch64/SVE/ld1sw.s | 12 ++++ test/MC/AArch64/SVE/ld1w-diagnostics.s | 54 +++++++++++++++++ test/MC/AArch64/SVE/ld1w.s | 24 ++++++++ test/MC/AArch64/SVE/ldff1b-diagnostics.s | 24 ++++++++ test/MC/AArch64/SVE/ldff1b.s | 24 ++++++++ test/MC/AArch64/SVE/ldff1d-diagnostics.s | 39 +++++++++++++ test/MC/AArch64/SVE/ldff1d.s | 12 ++++ test/MC/AArch64/SVE/ldff1h-diagnostics.s | 54 +++++++++++++++++ test/MC/AArch64/SVE/ldff1h.s | 24 ++++++++ test/MC/AArch64/SVE/ldff1sb-diagnostics.s | 24 ++++++++ test/MC/AArch64/SVE/ldff1sb.s | 24 ++++++++ test/MC/AArch64/SVE/ldff1sh-diagnostics.s | 54 +++++++++++++++++ test/MC/AArch64/SVE/ldff1sh.s | 24 ++++++++ test/MC/AArch64/SVE/ldff1sw-diagnostics.s | 39 +++++++++++++ test/MC/AArch64/SVE/ldff1sw.s | 12 ++++ test/MC/AArch64/SVE/ldff1w-diagnostics.s | 54 +++++++++++++++++ test/MC/AArch64/SVE/ldff1w.s | 24 ++++++++ 32 files changed, 1020 insertions(+), 4 deletions(-)