diff options
author | Johannes Doerfert <jdoerfert@anl.gov> | 2019-08-28 14:09:14 +0000 |
---|---|---|
committer | Johannes Doerfert <jdoerfert@anl.gov> | 2019-08-28 14:09:14 +0000 |
commit | 07a5c129c6d721a7f4670dd1f6fd27289217d9b6 (patch) | |
tree | b6cc71d4dd987141d612ebe0bbad6aec55c7dc33 /lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py | |
parent | 284118ce3b0d7d5323fc66379c5c123a1106d410 (diff) | |
download | bcm5719-llvm-07a5c129c6d721a7f4670dd1f6fd27289217d9b6.tar.gz bcm5719-llvm-07a5c129c6d721a7f4670dd1f6fd27289217d9b6.zip |
[Attributor] Restrict liveness and return information to functions
Summary:
Until we have proper call-site information we should not recompute
liveness and return information for each call site. This patch directly
uses the function versions and introduces TODOs at the usage sites.
The required iterations to get to the fixpoint are most of the time
reduced by this change and we always avoid work duplication.
Reviewers: sstefan1, uenoku
Subscribers: hiraditya, bollu, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D66562
llvm-svn: 370208
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py')
0 files changed, 0 insertions, 0 deletions