This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 150a3ca LSR debug fix. new fea0530 [InstCombine] canonicalize min/max constant to select's false value
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: lib/Transforms/InstCombine/InstCombineSelect.cpp | 42 +++++++ test/Transforms/InstCombine/adjust-for-minmax.ll | 148 +++++++++++------------ test/Transforms/InstCombine/div-shift.ll | 4 +- test/Transforms/InstCombine/minmax-fold.ll | 46 +++---- test/Transforms/InstCombine/pr27236.ll | 4 +- test/Transforms/InstCombine/select_meta.ll | 140 +++++++++++++++++++-- test/Transforms/InstCombine/sext.ll | 8 +- 7 files changed, 275 insertions(+), 117 deletions(-)