LSR is no longer a GEP optimizer. It is now an IV expression
authorDan Gohman <gohman@apple.com>
Thu, 16 Apr 2009 16:46:01 +0000 (16:46 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 16 Apr 2009 16:46:01 +0000 (16:46 +0000)
commit13317bc1e90efaed0c2e6da794f313aeadb226eb
tree6a13be3d5e574fea873cab27dacc47c9d73ead59
parent6524d3ab0e93cfaa1da4293428a5b0b4f106606d
LSR is no longer a GEP optimizer. It is now an IV expression
optimizer, which just happen to frequently involve optimizing GEPs.

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