OSDN Git Service

switch jump threading to use getPredicateOnEdge in one place
authorChris Lattner <sabre@nondot.org>
Thu, 12 Nov 2009 04:37:50 +0000 (04:37 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 12 Nov 2009 04:37:50 +0000 (04:37 +0000)
commit0e0ff29271df58e3bc545e40f5432c436e8bd76b
treef0dabfbdaf1540bccc0b950018c0c877de29699c
parentb52675b643db496bcea218bd3d5fc5e23f523c22
switch jump threading to use getPredicateOnEdge in one place
making the new LVI stuff smart enough to subsume some special
cases in the old code.  Disable them when LVI is around, the
testcase still passes.

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