diff options
author | Alexandros Lamprineas <alexandros.lamprineas@arm.com> | 2018-07-23 10:56:30 +0000 |
---|---|---|
committer | Alexandros Lamprineas <alexandros.lamprineas@arm.com> | 2018-07-23 10:56:30 +0000 |
commit | bf6009c234d3605420add4b1a4f30f13a9377231 (patch) | |
tree | a3dcc5ab41425017aba7a8d732ea049b17fc2d93 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | |
parent | c02139eb2159873594e7e71f5ac62014a2d66109 (diff) | |
download | bcm5719-llvm-bf6009c234d3605420add4b1a4f30f13a9377231.tar.gz bcm5719-llvm-bf6009c234d3605420add4b1a4f30f13a9377231.zip |
[MemorySSAUpdater] Update Phi operands after trivial Phi elimination
Bug fix for PR37445. The underlying problem and its fix are similar to PR37808.
The bug lies in MemorySSAUpdater::getPreviousDefRecursive(), where PhiOps is
computed before the call to tryRemoveTrivialPhi() and it ends up being out of
date, pointing to stale data. We have now turned each of the PhiOps into a
TrackingVH<MemoryAccess>.
Differential Revision: https://reviews.llvm.org/D49425
llvm-svn: 337680
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions