Commits

Chris Lattner committed 583d93fd3d0
Implement support for DI emitting conditional control variable that tracks the liveness of a memory object throughout the flow graph. This implements support for conditional liveness (e.g. the testcase) of general types, but top level tuples are not handled properly yet. This is progress to implementing rdar://15530750. Swift SVN r10687