Skip to content
Commit 37061eef authored by Dan Gohman's avatar Dan Gohman
Browse files

Add a liveness analysis pass for LLVM IR values. This computes

the set of blocks in which values are used, the set in which
values are live-through, and the set in which values are
killed. For the live-through and killed sets, conservative
approximations are used.

llvm-svn: 67309
parent 90a1a651
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment