forked from OSchip/llvm-project
[InstCombine] Precommit updated and-xor-or.ll tests. NFC.
Tests for: ``` (a | ~(b & c)) & ~(a & (b ^ c)) --> ~(a | b) | (a ^ b ^ c) (~(a & b) | c) & ~(a & (b & c)) -> ~(a & b) (~(a & b) | c) & ~(b & (a & c)) -> ~(a & b) (~a | b | c) & ~(a & b & c) -> ~a | (b ^ c) (~a | b | c) & ~(a & b) -> (c & ~b) | ~a ```
This commit is contained in:
parent
050591478e
commit
557f4ce0c3