summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstSimplify/unsigned-range-checks.ll
Commit message (Collapse)AuthorAgeFilesLines
* [InstSimplify] simplifyUnsignedRangeCheck(): X >= Y && Y == 0 --> Y == 0Roman Lebedev2019-09-211-3/+1
| | | | | | https://rise4fun.com/Alive/v9Y4 llvm-svn: 372491
* [NFC][InstSimplify] Add exhaustive test coverage for ↵Roman Lebedev2019-09-211-0/+132
simplifyUnsignedRangeCheck(). One case is not handled. llvm-svn: 372489
OpenPOWER on IntegriCloud