OSDN Git Service

Request LCSSA after LoopSimplify. This fixes a problem in which the
authorDan Gohman <gohman@apple.com>
Wed, 1 Jul 2009 23:21:38 +0000 (23:21 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 1 Jul 2009 23:21:38 +0000 (23:21 +0000)
commit62476cceee2dabb65d8370ce33aeb89ae706ebb1
tree51571315bb2ad63f2cf7df6922ee5a23c0ea22d0
parentceddbe8e30a46f99a98033c4618c807bf058499a
Request LCSSA after LoopSimplify. This fixes a problem in which the
PassManager was scheduling LCSSA before LoopSimplify, which does not
preserve LCSSA.

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