diff options
author | Florian Hahn <flo@fhahn.com> | 2021-02-07 17:53:47 +0000 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2021-02-07 18:28:21 +0000 |
commit | 3bb6dc0b268baa05742ada7f932937934808bed5 (patch) | |
tree | bccc98951d4c1453df1a9cd081e019b8855b03ee /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | a14a59f2f2d86d5be383eecaad59fe0feb9f5212 (diff) | |
download | llvm-3bb6dc0b268baa05742ada7f932937934808bed5.zip llvm-3bb6dc0b268baa05742ada7f932937934808bed5.tar.gz llvm-3bb6dc0b268baa05742ada7f932937934808bed5.tar.bz2 |
[LV] Replace some uses of VectorLoopValueMap with VPTransformState (NFC)
This patch updates some places where VectorLoopValueMap is accessed
directly to instead go through VPTransformState.
As we move towards managing created values exclusively in VPTransformState,
this ensures the use always can fetch the correct value.
This is in preparation for D92285, which switches to managing scalarized
values through VPValues.
In the future, the various fix* functions should be moved directly into
the VPlan codegen stage.
Reviewed By: gilr
Differential Revision: https://reviews.llvm.org/D95757
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions