Add the beginnings of an implementatation of lazy liveness analysis, based on "Fast...
authorOwen Anderson <resistor@mac.com>
Tue, 9 Jun 2009 19:30:45 +0000 (19:30 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 9 Jun 2009 19:30:45 +0000 (19:30 +0000)
commit6cbd8da86ed602fd85807e82ead0bcec3d8739de
treed709da3f2795f1700864586d8197f6a78f2cb356
parent68a9cb122624de61da8f19b6421e59c9ca32b427
Add the beginnings of an implementatation of lazy liveness analysis, based on "Fast Liveness Checking for SSA-form Programs" by Boissinot, et al.

This is still very early, hasn't been tested, and is not yet well documented.  More to come soon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73141 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LazyLiveness.h [new file with mode: 0644]
lib/CodeGen/LazyLiveness.cpp [new file with mode: 0644]