diff options
author | Florian Hahn <flo@fhahn.com> | 2024-09-23 11:28:23 +0100 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2024-09-23 11:28:24 +0100 |
commit | 57f5d8f2fe9ed55a03ce451811940726d6908f2e (patch) | |
tree | 48064ae9406d26ef79e05dd92107c700536e4e20 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | |
parent | 31ac3d092bd047ab2c0bdcb6d527736472b9d4a6 (diff) | |
download | llvm-57f5d8f2fe9ed55a03ce451811940726d6908f2e.zip llvm-57f5d8f2fe9ed55a03ce451811940726d6908f2e.tar.gz llvm-57f5d8f2fe9ed55a03ce451811940726d6908f2e.tar.bz2 |
[VPlan] Only store single vector per VPValue in VPTransformState. (NFC)
After 8ec406757cb92 (https://github.com/llvm/llvm-project/pull/95842),
VPTransformState only stores a single vector value per VPValue.
Simplify the code by replacing the SmallVector in PerPartOutput with a
single Value * and rename to VPV2Vector for clarity.
Also remove the redundant Part argument from various accessors.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h')
0 files changed, 0 insertions, 0 deletions