aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorRiver Riddle <riddleriver@gmail.com>2020-01-27 23:24:48 -0800
committerRiver Riddle <riddleriver@gmail.com>2020-01-27 23:29:30 -0800
commitb276dec5b65dfb885bf661484b9eab1e719c5e47 (patch)
tree7103889d31b1c1043e164841dd2b4122ede9ecfb /lldb/source/Plugins/ScriptInterpreter/Python
parentab9e5598cdc793890f514c2756866c53ad7971f3 (diff)
downloadllvm-b276dec5b65dfb885bf661484b9eab1e719c5e47.zip
llvm-b276dec5b65dfb885bf661484b9eab1e719c5e47.tar.gz
llvm-b276dec5b65dfb885bf661484b9eab1e719c5e47.tar.bz2
[mlir] Add a DCE pass for dead symbols.
Summary: This pass deletes all symbols that are found to be unreachable. This is done by computing the set of operations that are known to be live, propagating that liveness to other symbols, and then deleting all symbols that are not within this live set. Differential Revision: https://reviews.llvm.org/D72482
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions