diff options
author | Diego Trevino Ferrer <diegof30@gmail.com> | 2019-08-14 21:01:19 +0000 |
---|---|---|
committer | Diego Trevino Ferrer <diegof30@gmail.com> | 2019-08-14 21:01:19 +0000 |
commit | d1ffcd07456bc8b64056eeec223e87b48fca93b9 (patch) | |
tree | 283ee54a28d6a02fc3bfa6d022230c3e614623a8 /lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.h | |
parent | c17705b7fb192fb03d9f2a540bc918f19f965225 (diff) | |
download | bcm5719-llvm-d1ffcd07456bc8b64056eeec223e87b48fca93b9.tar.gz bcm5719-llvm-d1ffcd07456bc8b64056eeec223e87b48fca93b9.zip |
[Bugpoint redesign] Added Pass to Remove Global Variables
Summary:
This pass tries to remove Global Variables, as well as their derived uses. For example if a variable `@x` is used by `%call1` and `%call2`, both these uses and the definition of `@x` are deleted. Moreover if `%call1` or `%call2` are used elsewhere those uses are also deleted, and so on recursively.
I'm still uncertain if this pass should remove derived uses, I'm open to suggestions.
Subscribers: mgorny, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D64176
llvm-svn: 368918
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.h')
0 files changed, 0 insertions, 0 deletions