This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from da7456a5e45 X86: Add pattern matching for PMADDWD new 5f72017a8b7 [X86] Add an avx512bw command line to the avx512-vec-cmp.ll [...] new cf6e4313b83 [X86] Improve legalization of vXi16/vXi8 selects.
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/X86/X86ISelLowering.cpp | 11 +- lib/Target/X86/X86InstrAVX512.td | 8 + test/CodeGen/X86/avg-mask.ll | 26 ++- test/CodeGen/X86/avx512-ext.ll | 68 +++--- test/CodeGen/X86/avx512-mask-op.ll | 20 +- test/CodeGen/X86/avx512-vec-cmp.ll | 432 +++++++++++++++++++++++++------------ 6 files changed, 358 insertions(+), 207 deletions(-)