Remove the code from IVUsers that attempted to handle
authorDan Gohman <gohman@apple.com>
Thu, 18 Jun 2009 16:54:06 +0000 (16:54 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 18 Jun 2009 16:54:06 +0000 (16:54 +0000)
commit4e8a98519ebf75ed47456ea42706aaa57ecd2c27
tree9165002eee060048f64c69747335a732671e4078
parentfd3daa74c2e2df49150c710270c767a4564f04e1
Remove the code from IVUsers that attempted to handle
casted induction variables in cases where the cast
isn't foldable. It ended up being a pessimization in
many cases. This could be fixed, but it would require
a bunch of complicated code in IVUsers' clients. The
advantages of this approach aren't visible enough to
justify it at this time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73706 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/IVUsers.h
lib/Analysis/IVUsers.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp
test/CodeGen/X86/iv-users-in-other-loops.ll
test/Transforms/IndVarSimplify/masked-iv.ll
test/Transforms/IndVarSimplify/shrunk-constant.ll