diff options
| author | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2021-11-09 15:38:24 -0800 |
|---|---|---|
| committer | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2021-11-09 15:38:24 -0800 |
| commit | bc6ed9a6f5f6f1c11564bf1604fcb6d4fbced15b (patch) | |
| tree | 50437aed1eee135ce4df0bf67187662019082c72 /lldb/source/Plugins/ScriptInterpreter/Python | |
| parent | b394ba5d7f7b1f08fc8395ffaacdb1fdab8e1093 (diff) | |
| download | llvm-bc6ed9a6f5f6f1c11564bf1604fcb6d4fbced15b.zip llvm-bc6ed9a6f5f6f1c11564bf1604fcb6d4fbced15b.tar.gz llvm-bc6ed9a6f5f6f1c11564bf1604fcb6d4fbced15b.tar.bz2 | |
[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)
```
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions
