This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9e38e3e26f4 Escape ]]> in xunit xml output new 5ae14383e94 Fix unused variable warning in r332437. new 468335283fd [AArch64][SVE] Asm: Support for structured LD2, LD3 and LD4 [...]
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 | 14 ++++++++++++++ lib/Target/AArch64/SVEInstrFormats.td | 22 ++++++++++++++++++++++ test/MC/AArch64/SVE/ld2b-diagnostics.s | 24 ++++++++++++++++++++++++ test/MC/AArch64/SVE/ld2b.s | 12 ++++++++++++ test/MC/AArch64/SVE/ld2d-diagnostics.s | 29 +++++++++++++++++++++++++++++ test/MC/AArch64/SVE/ld2d.s | 12 ++++++++++++ test/MC/AArch64/SVE/ld2h-diagnostics.s | 29 +++++++++++++++++++++++++++++ test/MC/AArch64/SVE/ld2h.s | 12 ++++++++++++ test/MC/AArch64/SVE/ld2w-diagnostics.s | 29 +++++++++++++++++++++++++++++ test/MC/AArch64/SVE/ld2w.s | 12 ++++++++++++ test/MC/AArch64/SVE/ld3b-diagnostics.s | 24 ++++++++++++++++++++++++ test/MC/AArch64/SVE/ld3b.s | 12 ++++++++++++ test/MC/AArch64/SVE/ld3d-diagnostics.s | 29 +++++++++++++++++++++++++++++ test/MC/AArch64/SVE/ld3d.s | 12 ++++++++++++ test/MC/AArch64/SVE/ld3h-diagnostics.s | 29 +++++++++++++++++++++++++++++ test/MC/AArch64/SVE/ld3h.s | 12 ++++++++++++ test/MC/AArch64/SVE/ld3w-diagnostics.s | 29 +++++++++++++++++++++++++++++ test/MC/AArch64/SVE/ld3w.s | 12 ++++++++++++ test/MC/AArch64/SVE/ld4b-diagnostics.s | 24 ++++++++++++++++++++++++ test/MC/AArch64/SVE/ld4b.s | 12 ++++++++++++ test/MC/AArch64/SVE/ld4d-diagnostics.s | 29 +++++++++++++++++++++++++++++ test/MC/AArch64/SVE/ld4d.s | 12 ++++++++++++ test/MC/AArch64/SVE/ld4h-diagnostics.s | 29 +++++++++++++++++++++++++++++ test/MC/AArch64/SVE/ld4h.s | 12 ++++++++++++ test/MC/AArch64/SVE/ld4w-diagnostics.s | 29 +++++++++++++++++++++++++++++ test/MC/AArch64/SVE/ld4w.s | 12 ++++++++++++ tools/llvm-exegesis/lib/Analysis.cpp | 4 ++-- 27 files changed, 515 insertions(+), 2 deletions(-)