This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a5068cdcdca [llvm-readobj] - Remove 'error(Error EC)' helper. new c5c43eb0868 [InstCombine] foldXorOfICmps(): don't give up on non-single [...] new a6ff94bf91f [InstCombine][NFC] Rename IsFreeToInvert() -> isFreeToInver [...] new fe1dee6170c [InstCombine] Non-canonical clamp-like pattern handling
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: lib/Transforms/InstCombine/InstCombineAddSub.cpp | 2 +- lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 67 ++++++--- lib/Transforms/InstCombine/InstCombineInternal.h | 32 ++++- lib/Transforms/InstCombine/InstCombineSelect.cpp | 152 ++++++++++++++++++++- ...ern-between-negative-and-positive-thresholds.ll | 116 +++++++--------- ...-pattern-between-zero-and-positive-threshold.ll | 121 +++++++++------- ...mp-with-select-of-constant-threshold-pattern.ll | 72 +++++----- .../InstCombine/xor-of-icmps-with-extra-uses.ll | 64 +++++---- 8 files changed, 411 insertions(+), 215 deletions(-)