]> git.ipfire.org Git - thirdparty/gcc.git/commit
chrec_apply should only apply to the specified variable.
authorSebastian Pop <sebastian.pop@amd.com>
Wed, 11 Aug 2010 20:27:27 +0000 (20:27 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 11 Aug 2010 20:27:27 +0000 (20:27 +0000)
commit8b0592326bc7fa59d4e6d9a4a93b2b067745a039
tree7f700e5bb8641840e4fb50dafc92ef69091832cf
parent2e286fd2f92630c896c5a9c8c8ca38a01039276b
chrec_apply should only apply to the specified variable.

2010-07-15  Sebastian Pop  <sebastian.pop@amd.com>

* tree-chrec.c (chrec_apply): Should only apply to the specified
variable.  Also handle multivariate chains of recurrences that
satisfy evolution_function_is_affine_p.  Also handle CASE_CONVERT.

From-SVN: r163140
gcc/ChangeLog
gcc/ChangeLog.graphite
gcc/tree-chrec.c