Clean up previous patch: PHI uses should not prevent iv reuse if all other uses are...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 20 Dec 2007 02:20:53 +0000 (02:20 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 20 Dec 2007 02:20:53 +0000 (02:20 +0000)
commit32e4c7c486084cdbed07925be4a0e9f3ab6caede
treebc876ab76340e372d9b87f28c6c2d675c9112da4
parent42790486a88726fc81fbc3a205f5f6089fde74e3
Clean up previous patch: PHI uses should not prevent iv reuse if all other uses are addresses. This trades a constant multiply for one fewer iv.

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