diff options
author | Florian Hahn <flo@fhahn.com> | 2021-09-28 12:26:00 +0100 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2021-09-28 12:52:16 +0100 |
commit | e2f6290e06be63149af770197b772248369ac038 (patch) | |
tree | 19b20cf377a973725a2710a1d78a0242c8ba4f65 /lldb/source/Commands/CommandObjectThread.cpp | |
parent | 1aa7b8388581d9b4a52a8d4c5d4f13d4bf6c0013 (diff) | |
download | llvm-e2f6290e06be63149af770197b772248369ac038.zip llvm-e2f6290e06be63149af770197b772248369ac038.tar.gz llvm-e2f6290e06be63149af770197b772248369ac038.tar.bz2 |
[VectorCombine] Discard ScalarizationResult state in early exit.
ScalarizationResult's destructor makes sure ToFreeze is not ignored if
set. Currently, scalarizeLoadExtract has an early exit if the index is
not safe directly. But when it is SafeWithFreeze, we need to discard the
state first, otherwise we hit the assert in the destructor.
Fixes PR51992.
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions