This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 927407d000e [llvm-objdump] - Fix BB. new 8468ad25af6 [X86][SSE] Remove SSE ADDUS/SUBUS saturation intrinsics fro [...] new de6808bcecb [SelectionDAG] Optional handling of UNDEF elements in match [...] new 96c60eab748 [llvm-objdump] - Fix one more BB.
The 3 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/SelectionDAGNodes.h | 4 +++- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 17 ++++++++++---- test/CodeGen/X86/avx2-schedule.ll | 24 +++++++++---------- test/CodeGen/X86/combine-shl.ll | 12 +++------- test/CodeGen/X86/combine-sra.ll | 11 +++------ test/CodeGen/X86/combine-srl.ll | 11 +++------ test/CodeGen/X86/sse2-schedule.ll | 24 +++++++++---------- test/CodeGen/X86/stack-folding-int-avx1.ll | 16 ++++++------- test/CodeGen/X86/stack-folding-int-avx2.ll | 16 ++++++------- test/CodeGen/X86/stack-folding-int-avx512vl.ll | 32 +++++++++++++------------- test/CodeGen/X86/stack-folding-int-sse42.ll | 16 ++++++------- tools/llvm-objdump/llvm-objdump.cpp | 5 +++- 12 files changed, 93 insertions(+), 95 deletions(-)