[NFC][InstCombine] Tests for x u> x & C to x u> C fold.
authorRoman Lebedev <lebedev.ri@gmail.com>
Sat, 14 Jul 2018 16:44:37 +0000 (16:44 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Sat, 14 Jul 2018 16:44:37 +0000 (16:44 +0000)
commit60ea5df7c2a58bc777efbafc45997e2d00474e79
treed42f41125d34d0f3f5ba3476ad5b75a1f82d380e
parente3dc587ae00bc4c79167a1be057ecd5efc0789aa
[NFC][InstCombine] Tests for  x u> x & C  to  x u> C  fold.

https://bugs.llvm.org/show_bug.cgi?id=38123
https://rise4fun.com/Alive/JvS

This pattern is not commutative. But InstSimplify will
already have taken care of the 'commutative' variant.

llvm-svn: 337099
llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-ugt-to-icmp-ugt.ll [new file with mode: 0644]