[NFC][InstCombine] One more test pattern for comparisons with low-bit-mask.
authorRoman Lebedev <lebedev.ri@gmail.com>
Sun, 16 Sep 2018 12:51:09 +0000 (12:51 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Sun, 16 Sep 2018 12:51:09 +0000 (12:51 +0000)
commit6356864e6dc6cdf603c05848b28124ddcb972336
tree91263ca5a0809e2a870b8a5e531b968515e53340
parent5ea1b32631cc82b4ea07e59502f5daf2f2353689
[NFC][InstCombine] One more test pattern for comparisons with low-bit-mask.

https://rise4fun.com/Alive/UGzE <- non-canonical, but has extra uses.

https://bugs.llvm.org/show_bug.cgi?id=38123

llvm-svn: 342345
llvm/test/Transforms/InstCombine/canonicalize-low-bit-mask-v4-and-icmp-eq-to-icmp-ule.ll [new file with mode: 0644]
llvm/test/Transforms/InstCombine/canonicalize-low-bit-mask-v4-and-icmp-ne-to-icmp-ugt.ll [new file with mode: 0644]