This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ce297d7 [SCEV] Fix the order of members in the initializer list. new de3ef8a [X86][avx512] Fix bug in masked compress store. new 56b0418 [PM] Refactor this unittest a bit to remove duplicated code. [...]
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: include/llvm/CodeGen/SelectionDAG.h | 3 +- include/llvm/CodeGen/SelectionDAGNodes.h | 11 ++- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 6 +- lib/Target/X86/X86ISelLowering.cpp | 10 +-- lib/Target/X86/X86InstrAVX512.td | 23 ++++-- lib/Target/X86/X86InstrFragmentsSIMD.td | 8 +- test/CodeGen/X86/avx512vl-intrinsics.ll | 39 +++++++++- unittests/Analysis/CGSCCPassManagerTest.cpp | 110 ++++++++++++---------------- 8 files changed, 123 insertions(+), 87 deletions(-)