diff options
| author | Sumanth Gundapaneni <sumanth.gundapaneni@amd.com> | 2025-08-13 11:49:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-13 11:49:44 -0500 |
| commit | 77044f944ccdf5f580e8dbacfad65b784c4734fe (patch) | |
| tree | 7159f5ec7ad5c2bb6d19ac8ca34bc3a60126c2ed /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | be5554d6107aef4793088569ec5bdad6b58d8b5b (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
