This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bf59b4ffe07 [X86] Added missing cpu to fix generic scheduling model tests new e1059016008 [X86][SSSE3] Fix typos in pabsw/pmulhrsw tests for load fol [...] new 2a519cbde98 [AVX-512] Don't use unmasked VMOVDQU8/16 for 8-bit or 16-bi [...] new f6fecfacea8 [X86] Fix a crash in FEntryInserter Pass.
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/CodeGen/FEntryInserter.cpp | 4 +- lib/Target/X86/X86InstrAVX512.td | 42 +++++-- test/CodeGen/X86/avg.ll | 12 +- test/CodeGen/X86/avx512-insert-extract.ll | 59 ++++----- test/CodeGen/X86/avx512-insert-extract_i1.ll | 2 +- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 8 +- test/CodeGen/X86/avx512bw-mov.ll | 4 +- test/CodeGen/X86/avx512bwvl-mov.ll | 8 +- test/CodeGen/X86/fentry-insertion.ll | 16 ++- test/CodeGen/X86/ssse3-schedule.ll | 36 ++++-- test/CodeGen/X86/subvector-broadcast.ll | 152 +++++------------------- test/CodeGen/X86/x86-interleaved-access.ll | 6 +- 12 files changed, 140 insertions(+), 209 deletions(-)