OSDN Git Service

[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)
commit1c239349f3fb4efa733b713abd909f18f05153db
tree93e921079684a92ea5eb6fedc904b6aef5375da2
parent81c991bbc41602627857136ae1a117dcac8c366e
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337099 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-ugt-to-icmp-ugt.ll [new file with mode: 0644]