Skip to content

Commit bc6ed9a

Browse files
committed
[InstCombine] Precommit updated and-xor-or.ll tests. NFC.
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) ```
1 parent b394ba5 commit bc6ed9a

File tree

1 file changed

+745
-0
lines changed

1 file changed

+745
-0
lines changed

0 commit comments

Comments
 (0)