This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8f1c2d19c32 [Docs] Updates sidebar links new be2fa16f7ae [NFC][InstSimplify] Add exhaustive test coverage for simpli [...] new dcac5e7ae64 [InstSimplify][NFC] Reorganize simplifyUnsignedRangeCheck() [...] new 508196e3b06 [InstSimplify] simplifyUnsignedRangeCheck(): X >= Y && Y == [...]
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/Analysis/InstructionSimplify.cpp | 18 +-- .../InstSimplify/unsigned-range-checks.ll | 130 +++++++++++++++++++++ 2 files changed, 140 insertions(+), 8 deletions(-) create mode 100644 test/Transforms/InstSimplify/unsigned-range-checks.ll