OSDN Git Service

[RewriteStatepointsForGC] Strengthen assertions around liveness
authorPhilip Reames <listmail@philipreames.com>
Mon, 13 Apr 2015 17:35:55 +0000 (17:35 +0000)
committerPhilip Reames <listmail@philipreames.com>
Mon, 13 Apr 2015 17:35:55 +0000 (17:35 +0000)
commit3991b47946784354686aa3275a88458a4ca3d6af
tree33b0aac9d6fca5c12e981c4b815106543abdf7ab
parentfcc330abfef50ecb692d72e5c853b2668cfedcc2
[RewriteStatepointsForGC] Strengthen assertions around liveness

This is related to the issues addressed in 234651.  These assertions check the properties ensured by that change at the place of use.  Note that a similiar property is checked in checkBasicSSA, but without the reachability constraint.  Technically, the liveness would be correct to include unreachable values, but this would be problematic for actual relocation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234766 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp