Add a new Jump Threading pass, which will handle cases
authorChris Lattner <sabre@nondot.org>
Sun, 20 Apr 2008 20:35:01 +0000 (20:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Apr 2008 20:35:01 +0000 (20:35 +0000)
commit8383a7b7a6acdae478d4b4c2520915153b73f676
tree2fad5a42f800c77f7b5f22edcb705ab2b37200e7
parent3e5d1d8d0839e98ee203aa3e3c4fe84ef71eba2c
Add a new Jump Threading pass, which will handle cases
such as those in PR2235.  Right now the pass is not very
effective. :)

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