This patch was contributed by Daniel Berlin!
authorChris Lattner <sabre@nondot.org>
Thu, 15 Jul 2004 23:36:43 +0000 (23:36 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 15 Jul 2004 23:36:43 +0000 (23:36 +0000)
commit80b2d6c8c4d6ee060bce6d3e8e899c62a31c4c8c
treed1c2638d2c4c2c01533b002327245dfd1490d053
parentfed22aac4337c589841c443be70fe05559693f6a
This patch was contributed by Daniel Berlin!

Speed up SCCP substantially by processing overdefined values quickly.  This
patch speeds up SCCP by about 30-40% on large testcases.

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