[InstCombine][NFC] Add tests pre-implementation of issue #54856
authorJohn McIver <john.mciver.iii@gmail.com>
Fri, 9 Jun 2023 21:22:25 +0000 (15:22 -0600)
committerJohn McIver <john.mciver.iii@gmail.com>
Fri, 9 Jun 2023 22:07:01 +0000 (16:07 -0600)
commitea868d5748cef57aa88f4c96445a1fdfbdb3832d
tree740fe413c725e7fe7e1169f349c2c1bd2543e3f6
parent6f6298e5b3489df6cb13dd3de8d77af21d03cf0b
[InstCombine][NFC] Add tests pre-implementation of issue #54856

Provide both positive and negative testing using scalar and vector values for
issue #54856.

Reviewed By: goldstein.w.n

Differential Revision: https://reviews.llvm.org/D143044
llvm/test/Transforms/InstCombine/icmp-power2-and-icmp-shifted-mask.ll [new file with mode: 0644]