[InstCombine] Add (icmp ne A, 0) | (icmp ne B, 0) --> (icmp ne (A|B), 0) tests
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 19 Oct 2020 12:42:41 +0000 (13:42 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 19 Oct 2020 12:42:53 +0000 (13:42 +0100)
commitaba7275bb31f5eb824dcabbd869f71f26c681e26
tree13abc952a4e49ab629502962bc45b7d9309bdb81
parent7ddd354d47cc2f41a072e116b879c6bdf32a1578
[InstCombine] Add (icmp ne A, 0) | (icmp ne B, 0) --> (icmp ne (A|B), 0) tests
llvm/test/Transforms/InstCombine/icmp.ll