- Implement SCCP of getelementptr instructions
authorChris Lattner <sabre@nondot.org>
Fri, 30 Aug 2002 23:39:00 +0000 (23:39 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 30 Aug 2002 23:39:00 +0000 (23:39 +0000)
commit2a88bb70657b241343f4a545c5f0d328e2cfdeef
treeee61214431986b7e2db21d330e8c59b2cf6cc832
parenteabb4950bd77f90b94c2925521224a237eb79da2
 - Implement SCCP of getelementptr instructions
 - Implement SCCP of globals into ConstantExprs hopefully opening new
   opportunities for more SCCP.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3555 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/SCCP.cpp