summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2014-02-06 19:20:41 +0000
committerAndrew Trick <atrick@apple.com>2014-02-06 19:20:41 +0000
commit2a15637ede2aa9d9c071b8ec13012e47d63bbb24 (patch)
tree4a9edb3df708a82a5ca673f691a436e5405f46ea /lldb/source/Core/Module.cpp
parent34f219ece620f8a504dc9a7d426412526a68407b (diff)
downloadbcm5719-llvm-2a15637ede2aa9d9c071b8ec13012e47d63bbb24.tar.gz
bcm5719-llvm-2a15637ede2aa9d9c071b8ec13012e47d63bbb24.zip
Track register pressure a bit more carefully (weird corner case).
This solves a problem where a def machine operand has no uses but has not been marked dead. In this case, the initial RP analysis was being extra precise and determining from LiveIntervals the the register was actually dead. This caused us to omit the register from the RP tracker's block live out. That's all good, but the per-instruction summary still accounted for it as a valid def. This could cause an assertion in the tracker later when we underflow pressure. This is from a bug report on an out-of-tree target. It is not reproducible on well-behaved targets. I'm just making an obvious fix without unit test. llvm-svn: 200941
Diffstat (limited to 'lldb/source/Core/Module.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud