diff options
| author | Nikita Popov <npopov@redhat.com> | 2025-08-01 09:35:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-01 09:35:48 +0200 |
| commit | f6161271a369f278dfad8529348a122f309315d6 (patch) | |
| tree | 36f55525d49ba07914f5223e9d6582a5be95a45d /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | |
| parent | a1a3254977eb22e4608069d5280456109d8f1280 (diff) | |
[SeparateConstOffsetFromGEP] Remove support for arithmetic lowering (#151477)
I don't think there is any benefit to lowering to ptrtoint + arithmetic
+ inttoptr over the newer ptradd lowering. Even if a target does not use
codegen AA, it probably still has IR passes that benefit from correct
representation.
As far as I can tell, no targets actually use this configuration anymore
(they either don't use the LowerGEP option, or they they UseAA and thus
the ptradd lowering).
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions
