summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-ne-to-icmp-ugt.ll
Commit message (Expand)AuthorAgeFilesLines
* [NFC][InstCombine] Add forgotten variable tests for foldICmpWithLowBitMaskedV...Roman Lebedev2018-07-141-0/+58
* [InstCombine] Fold x & (-1 >> y) != x to x u> (-1 >> y)Roman Lebedev2018-07-121-17/+12
* [NFC][InstCombine] Tests for x & (-1 >> y) != x -> x u> (-1 >> y) foldRoman Lebedev2018-07-111-0/+137
OpenPOWER on IntegriCloud