summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorSumanth Gundapaneni <sumanth.gundapaneni@amd.com>2025-08-13 11:49:44 -0500
committerGitHub <noreply@github.com>2025-08-13 11:49:44 -0500
commit77044f944ccdf5f580e8dbacfad65b784c4734fe (patch)
tree7159f5ec7ad5c2bb6d19ac8ca34bc3a60126c2ed /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentbe5554d6107aef4793088569ec5bdad6b58d8b5b (diff)
[SeparateConstOffsetFromGEP] Decompose constant xor operand if possible (#150438)
Try to transform XOR(A, B+C) in to XOR(A,C) + B where XOR(A,C) is part of base for memory operations. This transformation can map these Xors in to better addressing mode and eventually decompose them in to geps.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions