This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c8f0c86 [LoopVersioning] Require loop-simplify form for loop versioning. new 63e1cbe [InstCombine] add folds for icmp (umin|umax X, Y), X
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/IR/PatternMatch.h | 16 ++++- lib/Transforms/InstCombine/InstCombineCompares.cpp | 73 ++++++++++++++++------ test/Transforms/InstCombine/umax-icmp.ll | 48 ++++---------- test/Transforms/InstCombine/umin-icmp.ll | 50 ++++----------- 4 files changed, 93 insertions(+), 94 deletions(-)