indvars: Added SimplifyIVUsers.
authorAndrew Trick <atrick@apple.com>
Thu, 12 May 2011 00:04:28 +0000 (00:04 +0000)
committerAndrew Trick <atrick@apple.com>
Thu, 12 May 2011 00:04:28 +0000 (00:04 +0000)
commitaeee4616dd12d58fd8d040ab00277747f0312321
tree7c38455951ff267fc06afd72bbc8d5a0057fbe6c
parent6dcd413fbb488222200c6b42c4f5d55ce39db557
indvars: Added SimplifyIVUsers.

Interleave IV simplifications. Currently involves EliminateComparison
and EliminateRemainder. Next I'll add EliminateExtend.

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