aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2021-11-28 18:29:18 +0000
committerFlorian Hahn <flo@fhahn.com>2021-11-28 18:29:18 +0000
commit3495090b9bfdb1daf9c64585b4c02284dc99a180 (patch)
treebae58218d16eb9716925816441f67b8466e22646 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parentc73fc74ce0f85510ebedd9fe8bcad51d53f2465c (diff)
downloadllvm-3495090b9bfdb1daf9c64585b4c02284dc99a180.zip
llvm-3495090b9bfdb1daf9c64585b4c02284dc99a180.tar.gz
llvm-3495090b9bfdb1daf9c64585b4c02284dc99a180.tar.bz2
[LV] Move code from widenGEP to VPWidenGEPRecipe (NFC).
The code in widenGEP has already been transitioned to only rely on information provided by VPWidenGEPRecipe directly. Moving the code directly to VPWidenGEPRecipe::execute completes the transition for the recipe. It provides the following advantages: 1. Less indirection, easier to see what's going on. 2. Removes accesses to fields of ILV. 2) in particular ensures that no dependencies on fields in ILV for GEP code generation are re-introduced. Reviewed By: Ayal Differential Revision: https://reviews.llvm.org/D114321
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions