Allow indvar simplify to canonicalize ANY affine IV, not just affine IVs with
authorChris Lattner <sabre@nondot.org>
Wed, 10 Aug 2005 01:12:06 +0000 (01:12 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 10 Aug 2005 01:12:06 +0000 (01:12 +0000)
commitcda9ca5a4fed09ea3788b572dbddabf2a5a7a5d9
tree2180fc85129bef1ba9bdd4b2cc7d114211ac9a80
parenta12489e34f4bfd7a33793d09440e7818b39deac5
Allow indvar simplify to canonicalize ANY affine IV, not just affine IVs with
constant stride.  This implements Transforms/IndVarsSimplify/variable-stride-ivs.ll

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