This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 993d492 [AVX-512] Fix execution domain for EVEX encoded VINSERTPS. new 23bd7de DAG: Setting Masked-Expand-Load as a variant of Masked-Load node
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 | 7 +++--- include/llvm/CodeGen/SelectionDAGNodes.h | 9 +++++-- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 12 ++++----- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 23 +++++++++-------- lib/Target/X86/X86InstrAVX512.td | 21 +++++++++++++--- lib/Target/X86/X86InstrFragmentsSIMD.td | 32 ++++++++++++++---------- lib/Target/X86/X86InstrSSE.td | 6 ++--- test/CodeGen/X86/avx512vl-intrinsics.ll | 31 ++++++++++++++++++++--- 9 files changed, 97 insertions(+), 46 deletions(-)