OSDN Git Service

Lett users of sparse propagation do their own thing with phi nodes if they want
authorNick Lewycky <nicholas@mxc.ca>
Sat, 19 Sep 2009 18:33:36 +0000 (18:33 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 19 Sep 2009 18:33:36 +0000 (18:33 +0000)
commit875646f376f6c83bf8426fdb44e1dbf312cf784e
tree85dc6d15ec799d5116ec32c9a8db80f1b01a9a25
parentad3893678172e7b22a6d4ef3e6387b8d773aa1c7
Lett users of sparse propagation do their own thing with phi nodes if they want
to. This can be combined with LCSSA or SSI form to store more information on a
PHINode than can be computed by looking at its incoming values.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82317 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/SparsePropagation.h
lib/Analysis/SparsePropagation.cpp