This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2d829cd8cbe Revert r306095: [mips] Fix reg positions in the aui/daui in [...] new 2cfdb4aa6cc [InstCombine] Recognize and simplify three way comparison idioms
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/InstCombineCompares.cpp | 96 ++++- lib/Transforms/InstCombine/InstCombineInternal.h | 11 + test/Transforms/InstCombine/compare-3way.ll | 395 +++++++++++++++++++++ 3 files changed, 498 insertions(+), 4 deletions(-) create mode 100644 test/Transforms/InstCombine/compare-3way.ll