Skip to content

Commit

Permalink
[InstCombine] Precommit updated and-xor-or.ll tests. NFC.
Browse files Browse the repository at this point in the history
Tests for:
```
(c | ~(a & b)) & (b | ~(a & c)) --> ~(a & (b ^ c))
(b | ~(a & c)) & ~(a & b) --> ~((b | c) & a)
(b & ~(a | c)) | ~(a | b) --> ~((b & c) | a) (2 uses test)
```
  • Loading branch information
rampitec committed Nov 9, 2021
1 parent b394ba5 commit bc6ed9a
Showing 1 changed file with 745 additions and 0 deletions.

0 comments on commit bc6ed9a

Please sign in to comment.