This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1bcb4638bdd Fix uninitialized variable warning. NFCI. new 0869ecd09e0 [InstCombine] add tests for icmp fold hindered by min/max; NFC new 7c6724540c5 [InstCombine] allow icmp+binop folds before min/max bailout [...]
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 | 6 ++--- lib/Transforms/InstCombine/InstCombineSelect.cpp | 1 + test/Transforms/InstCombine/icmp.ll | 30 ++++++++++++++++++++++ test/Transforms/InstCombine/minmax-fold.ll | 4 +-- 4 files changed, 36 insertions(+), 5 deletions(-)