diff options
author | Justin Bogner <mail@justinbogner.com> | 2018-09-25 04:45:25 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2018-09-25 04:45:25 +0000 |
commit | db02d3d4b38e513593dbe562f94ecb6fad345314 (patch) | |
tree | 8ebe6e8fe734be582f14153be02e2a497cbf0b65 /lldb/packages/Python/lldbsuite/test/python_api/value/main.c | |
parent | 0e5b60326e306cba3f4434692e5d37ffee8a2ae9 (diff) | |
download | bcm5719-llvm-db02d3d4b38e513593dbe562f94ecb6fad345314.tar.gz bcm5719-llvm-db02d3d4b38e513593dbe562f94ecb6fad345314.zip |
[MachineCopyPropagation] Rework how we manage RegMask clobbers
Instead of updating the CopyTracker's maps each time we come across a
RegMask, defer checking for this kind of interference until we're
actually trying to propagate a copy. This avoids the need to
repeatedly iterate over maps in the cases where we don't end up doing
any work.
This is a slight compile time improvement for MachineCopyPropagation
as is, but it also enables a much bigger improvement that I'll follow
up with soon.
Differential Revision: https://reviews.llvm.org/D52370
llvm-svn: 342940
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value/main.c')
0 files changed, 0 insertions, 0 deletions