diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2011-01-25 06:47:34 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2011-01-25 06:47:34 +0000 |
commit | 3d17df15625aeebc41fa2e22b47e33eb2d216041 (patch) | |
tree | 38618d1fe9b90be34a2932a99695d075940ebfd4 /gcc/ChangeLog.graphite | |
parent | c513da01e3e9f1d8516858b995a3a9c274494f1a (diff) | |
download | gcc-3d17df15625aeebc41fa2e22b47e33eb2d216041.tar.gz |
Do not create the temporary array for reductions into VAR_DECL, PARM_DECL, and RESULT_DECL.
2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
* graphite-sese-to-poly.c (close_phi_written_to_memory): Also allow
VAR_DECL, PARM_DECL, and RESULT_DECL.
* gfortran.dg/graphite/interchange-3.f90: Un-XFAILed.
From-SVN: r169213
Diffstat (limited to 'gcc/ChangeLog.graphite')
-rw-r--r-- | gcc/ChangeLog.graphite | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index 091bbcaa9ba..93af7f75a16 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,5 +1,12 @@ 2011-01-17 Sebastian Pop <sebastian.pop@amd.com> + * graphite-sese-to-poly.c (close_phi_written_to_memory): Also allow + VAR_DECL, PARM_DECL, and RESULT_DECL. + + * gfortran.dg/graphite/interchange-3.f90: Un-XFAILed. + +2011-01-17 Sebastian Pop <sebastian.pop@amd.com> + * graphite-dependences.c (reduction_dr_1): Allow several reductions in a reduction PBB. * graphite-sese-to-poly.c (split_reduction_stmt): Do not split PBBs |