This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 807ccbc [AVX512] Prefer AVX512 VPACK instructions over AVX/AVX2 instr [...] new dcb96be Change AVX512 braodcastsd/ss patterns interaction with spilli [...]
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/X86/X86InstrAVX512.td | 90 +++++++--------- lib/Target/X86/X86InstrInfo.cpp | 86 ++++++++-------- lib/Target/X86/X86InstrSSE.td | 32 +++--- test/CodeGen/X86/avx-isa-check.ll | 17 ++++ test/CodeGen/X86/avx512-vbroadcast.ll | 39 +++++++ test/CodeGen/X86/avx512vl-vbroadcast.ll | 175 ++++++++++++++++++++++++++++++++ 6 files changed, 329 insertions(+), 110 deletions(-) create mode 100644 test/CodeGen/X86/avx512vl-vbroadcast.ll