This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d8fa26e8a2e [TableGen] Don't quote variable name when printing !foreach. new 2b361d88401 [AArch64][SVE] Asm: Support for LDR/STR fill and spill inst [...] new 97ed34f9ec1 [X86] Convert most remaining AVX512 uses of X86SchedWritePa [...] new f17b4d4a4bb [MIPS] Fix DIV/DIVU scheduling classes.
The 3 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 | 6 + lib/Target/AArch64/SVEInstrFormats.td | 104 +++++- lib/Target/Mips/MipsScheduleGeneric.td | 4 +- lib/Target/X86/X86InstrAVX512.td | 522 ++++++++++++++++-------------- lib/Target/X86/X86Schedule.td | 2 + test/MC/AArch64/SVE/ldr-diagnostics.s | 24 ++ test/MC/AArch64/SVE/ldr.s | 44 +++ test/MC/AArch64/SVE/str-diagnostics.s | 24 ++ test/MC/AArch64/SVE/str.s | 44 +++ 9 files changed, 526 insertions(+), 248 deletions(-) create mode 100644 test/MC/AArch64/SVE/ldr-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ldr.s create mode 100644 test/MC/AArch64/SVE/str-diagnostics.s create mode 100644 test/MC/AArch64/SVE/str.s