This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d3a44463eef [TableGen] Range loopify DAGISelMatcher. NFC. new 74cc2953c08 SLPVectorizer.cpp: Try to appease stage2-3 difference. (D38586) new efa58149ae6 Move folding of icmp with zero after checking for min/max idioms.
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: lib/Transforms/InstCombine/InstCombineCompares.cpp | 33 +++-- lib/Transforms/InstCombine/InstCombineInternal.h | 1 + lib/Transforms/Vectorize/SLPVectorizer.cpp | 32 ++--- test/Transforms/InstCombine/minmax-fold.ll | 2 +- .../SLPVectorizer/X86/visit-dominated.ll | 153 +++++++++++++++++++++ 5 files changed, 186 insertions(+), 35 deletions(-) create mode 100644 test/Transforms/SLPVectorizer/X86/visit-dominated.ll