Very first part of a GVN-PRE implementation. It currently performs a bunch of analys...
authorOwen Anderson <resistor@mac.com>
Tue, 29 May 2007 21:53:49 +0000 (21:53 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 29 May 2007 21:53:49 +0000 (21:53 +0000)
commitea12a06a813a2756aed349ae4eac2d9c0d8a144d
tree900d3ec374e00e2606596cd8a9d598b6a5ad9905
parent62ccdbf0b3b75661bcdb20476609fece499c767f
Very first part of a GVN-PRE implementation.  It currently performs a bunch of analysis, and nothing more.  It is also quite slow for the moment.  However,
it should give a sense of what's going on.

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