- Checkin LARGE number of Changes to CEE pass that will make it much more
authorChris Lattner <sabre@nondot.org>
Tue, 8 Oct 2002 21:34:15 +0000 (21:34 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 8 Oct 2002 21:34:15 +0000 (21:34 +0000)
commitf7f009d9a5476d7a08cb2ed0e9b335b087d43fe9
treeffca7ca328d8a3ecb5a94b33aa50e69aa32a3704
parentfe3c2e006d632a6058e848d16821cdf772785487
  - Checkin LARGE number of Changes to CEE pass that will make it much more
    powerful, but that are largely disabled.  The basic idea here is that it
    is trying to forward branches across basic blocks that have PHI nodes in
    it, which are crucial to be able to handle cases like whet.ll.
    Unfortunately we are not updating SSA correctly, causing sim.c to die, and I
    don't have time to fix the regression now, so I must disable the
    functionality.

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