OSDN Git Service

Add a straight-forward implementation of SCCVN for aggressively eliminating scalar...
authorOwen Anderson <resistor@mac.com>
Mon, 26 Oct 2009 23:55:47 +0000 (23:55 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 26 Oct 2009 23:55:47 +0000 (23:55 +0000)
commit6f556308305fb37b1b6ccf44e31635d2b240a8dc
treef3caefc7040365ffdd8213a614d5cab2dcd9fbbf
parent162e30921da0ce1863672d4ca5fef541498fe6be
Add a straight-forward implementation of SCCVN for aggressively eliminating scalar redundancies.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85179 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/SCCVN.cpp [new file with mode: 0644]