This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0a9fce6 [AMDGPU] Garbage collect dead code. NFCI. new b4e27a0 Added a template for building target specific memory node in DAG.
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: include/llvm/CodeGen/SelectionDAG.h | 44 ++++++++ lib/Target/X86/X86ISelLowering.cpp | 68 ++++++++++-- lib/Target/X86/X86ISelLowering.h | 94 ++++++++++++++++- lib/Target/X86/X86InstrAVX512.td | 169 +++++++++++------------------- lib/Target/X86/X86InstrFragmentsSIMD.td | 72 +++++++++++++ lib/Target/X86/X86IntrinsicsInfo.h | 73 +++++++++++++ test/CodeGen/X86/avx512-intrinsics.ll | 20 ++-- test/CodeGen/X86/avx512bw-intrinsics.ll | 18 ++-- test/CodeGen/X86/avx512bwvl-intrinsics.ll | 8 +- test/CodeGen/X86/avx512vl-intrinsics.ll | 40 +++---- 10 files changed, 445 insertions(+), 161 deletions(-)