This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 346e379f2f6 [SLPVectorizer] Provide InstructionsState down the BoUpSLP [...] new a1276218c0e [X86] Use setcc ISD opcode for AVX512 integer comparisons a [...]
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/X86ISelDAGToDAG.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 96 +++++----- lib/Target/X86/X86ISelLowering.h | 1 - lib/Target/X86/X86InstrAVX512.td | 309 ++++++++++++++++++++------------ lib/Target/X86/X86InstrFragmentsSIMD.td | 1 - lib/Target/X86/X86InstrInfo.cpp | 17 ++ lib/Target/X86/X86InstrInfo.h | 4 + test/CodeGen/X86/avx512-mask-op.ll | 18 +- test/CodeGen/X86/broadcastm-lowering.ll | 7 +- 9 files changed, 273 insertions(+), 182 deletions(-)