aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>2021-11-09 15:38:24 -0800
committerStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>2021-11-09 15:38:24 -0800
commitbc6ed9a6f5f6f1c11564bf1604fcb6d4fbced15b (patch)
tree50437aed1eee135ce4df0bf67187662019082c72 /lldb/source/Plugins/ScriptInterpreter/Python
parentb394ba5d7f7b1f08fc8395ffaacdb1fdab8e1093 (diff)
downloadllvm-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