diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-23 07:50:22 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-23 07:50:22 +0000 |
commit | 36f22aa0748a8c87061188133c325ea88e011a02 (patch) | |
tree | bc19cb772a32fa933310f85a572a15b8391b4296 /gcc/ChangeLog.graphite | |
parent | 673c512eedd5f8ead06667c114013635ca67933d (diff) | |
download | gcc-36f22aa0748a8c87061188133c325ea88e011a02.tar.gz |
Fix PR42205.
2009-12-17 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/42205
* graphite-sese-to-poly.c (translate_scalar_reduction_to_array_for_stmt):
Insert the reduction copy in the same block as the phi node.
(follow_ssa_with_commutative_ops): Handle GIMPLE_NOPs.
* testsuite/gcc.dg/graphite/pr42205-1.c: New.
* testsuite/gcc.dg/graphite/pr42205-2.c: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155419 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog.graphite')
-rw-r--r-- | gcc/ChangeLog.graphite | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index 232e13d7696..ac1c4d6cfab 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,5 +1,23 @@ 2009-12-17 Sebastian Pop <sebastian.pop@amd.com> + PR middle-end/42205 + * graphite-sese-to-poly.c (translate_scalar_reduction_to_array_for_stmt): + Insert the reduction copy in the same block as the phi node. + (follow_ssa_with_commutative_ops): Handle GIMPLE_NOPs. + + * testsuite/gcc.dg/graphite/pr42205-1.c: New. + * testsuite/gcc.dg/graphite/pr42205-2.c: New. + +2009-12-17 Sebastian Pop <sebastian.pop@amd.com> + + PR middle-end/42221 + * sese.c (expand_scalar_variables_expr): Follow the SSA links into + the array indexing of ADDR_EXPRs. + + * testsuite/gcc.dg/graphite/pr42221.c: New. + +2009-12-17 Sebastian Pop <sebastian.pop@amd.com> + PR middle-end/42178 PR middle-end/42334 * graphite-interchange.c (lst_try_interchange): Do not modify OUTER |