diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-11-15 01:15:25 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-11-15 01:15:25 +0000 |
commit | 2947f730a96fc602ea008bba1929ae4f0638850a (patch) | |
tree | 066654bd1f2d231e440bb36289569955f798e000 /lib/Support/Valgrind.cpp | |
parent | d5c469ae1c8c701beb48256b45b8bb81aa70f29d (diff) |
Track register ages more accurately.
Keep track of the last instruction to define each register individually
instead of per DomainValue. This lets us track more accurately when a
register was last written.
Also track register ages across basic blocks. When entering a new
basic block, use the least stale predecessor def as a worst case
estimate for register age.
The register age is used to arbitrate between conflicting domains. The
most recently defined register wins.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144601 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Valgrind.cpp')
0 files changed, 0 insertions, 0 deletions