aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object
diff options
context:
space:
mode:
authorSanjoy Das <sanjoy@playingwithpointers.com>2015-06-02 22:33:37 +0000
committerSanjoy Das <sanjoy@playingwithpointers.com>2015-06-02 22:33:37 +0000
commit353a19e13c2c580518b1ca8a070e6538e7353db7 (patch)
treee7cb37ab326cbd4796c3d5282d6eee92ae732565 /llvm/lib/Object
parentea45f0e05457a93320714d9433cc1cd2a03e293e (diff)
downloadllvm-353a19e13c2c580518b1ca8a070e6538e7353db7.zip
llvm-353a19e13c2c580518b1ca8a070e6538e7353db7.tar.gz
llvm-353a19e13c2c580518b1ca8a070e6538e7353db7.tar.bz2
[RewriteStatepointsForGC] Strip deref info after rewriting.
Summary: Once a gc.statepoint has been rewritten to relocate live references, the SSA values represent physical pointers instead of logical references. Logical dereferencability does not imply physical dereferencability and after RewriteStatepointsForGC has run any attributes that imply dereferencability of the logical references need to be stripped. This current approach is conservative, and can be made more precise later if needed. For starters, we need to strip dereferencable attributes only from pointers that live in the GC address space. Reviewers: reames, pgavlin Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D10105 llvm-svn: 238883
Diffstat (limited to 'llvm/lib/Object')
0 files changed, 0 insertions, 0 deletions