aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
diff options
context:
space:
mode:
authorEric Gullufsen <ericgullufsen@gmail.com>2022-08-24 10:44:04 -0400
committerEric Gullufsen <ericgullufsen@gmail.com>2022-08-26 13:57:11 -0400
commit2f525cfb76974b7c23aeda1199dfe9d78b012d2c (patch)
tree2cbefa5c3088bf8011dbc55d1ce11f9a9093fa73 /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
parent482777123427622f15837cdbda97080798f6cc85 (diff)
downloadllvm-2f525cfb76974b7c23aeda1199dfe9d78b012d2c.zip
llvm-2f525cfb76974b7c23aeda1199dfe9d78b012d2c.tar.gz
llvm-2f525cfb76974b7c23aeda1199dfe9d78b012d2c.tar.bz2
[NFC][InstCombine] Add baseline tests for canonicalizing "and, add", "or, add", "xor, add"
Baseline tests for canonicalizing "logic op, add" ``` ((x + C1) & C2) --> ((x & C2) + C1) ((x + C1) ^ C2) --> ((x ^ C2) + C1) ((x + C1) | C2) --> ((x | C2) + C1) ``` for suitable constants `C1` and `C2`. Reviewed By: spatel Differential Revision: https://reviews.llvm.org/D131140
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h')
0 files changed, 0 insertions, 0 deletions