[NFC][InstCombine] Some more tests for comparisons with low-bit-mask.
authorRoman Lebedev <lebedev.ri@gmail.com>
Sun, 16 Sep 2018 08:05:06 +0000 (08:05 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Sun, 16 Sep 2018 08:05:06 +0000 (08:05 +0000)
commit3fb9414d026f630da43522cb40dc17fa71bf37c0
tree47ddc3e6f20554a4d1a995713b51e66380e25555
parent3e0a54e9da9f8db15dcf7dab6cd1f402e0a16f47
[NFC][InstCombine] Some more tests for comparisons with low-bit-mask.

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

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