Implement a todo, rewriting all possible scev expressions inside of the
authorChris Lattner <sabre@nondot.org>
Wed, 21 Apr 2004 23:36:08 +0000 (23:36 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 21 Apr 2004 23:36:08 +0000 (23:36 +0000)
commit1363e85df74627530ceede53280613c62a4cdbe3
tree4b8ae4e77a7a998106cf91858afe5d9a1faa236a
parent4e5f03602c8f990f8ed35574535a29fcd44c8890
Implement a todo, rewriting all possible scev expressions inside of the
loop.  This eliminates the extra add from the previous case, but it's
not clear that this will be a performance win overall.  Tommorows test
results will tell. :)

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