summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python/gdbremote.py
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-07-28 14:53:44 +0000
committerTobias Grosser <tobias@grosser.es>2015-07-28 14:53:44 +0000
commit922452285a55a4ede44f6cd4ffa745ee4ecb9ccb (patch)
tree96de25f991b60d8074be43bda3a068cded4bb367 /lldb/examples/python/gdbremote.py
parent280ee917d7932cce018fbcb18da708595103db50 (diff)
downloadbcm5719-llvm-922452285a55a4ede44f6cd4ffa745ee4ecb9ccb.tar.gz
bcm5719-llvm-922452285a55a4ede44f6cd4ffa745ee4ecb9ccb.zip
Keep track of ScopArrayInfo objects that model PHI node storage
Summary: When translating PHI nodes into memory dependences during code generation we require two kinds of memory. 'Normal memory' as for all scalar dependences and 'PHI node memory' to store the incoming values of the PHI node. With this patch we now mark and track these two kinds of memories, which we previously incorrectly marked as a single memory object. Being aware of PHI node storage makes code generation easier, as we do not need to guess what kind of storage a scalar reference requires. This simplifies the code nicely. Reviewers: jdoerfert Subscribers: pollydev, llvm-commits Differential Revision: http://reviews.llvm.org/D11554 llvm-svn: 243420
Diffstat (limited to 'lldb/examples/python/gdbremote.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud