summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-sge-to-icmp-sle.ll
AgeCommit message (Expand)Author
2018-12-06Merging r348462:Tom Stellard
2018-12-06Merging r348461:Tom Stellard
2018-12-06Merging r348181:Tom Stellard
2018-07-14[InstCombine] Fold x & (-1 >> y) s>= x to x s<= (-1 >> y)Roman Lebedev
2018-07-14[NFC][InstCombine] Tests for x & (-1 >> y) s>= x to x s<= (-1 >> y) fold.Roman Lebedev