diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2009-11-25 04:55:53 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2009-11-25 04:55:53 +0000 |
commit | 60d2a8c3bbc4a7b9f3688929bc518c14ae71db92 (patch) | |
tree | 691791191c1405beb47bca42a0c50bebbd5d5502 /gcc/testsuite/gcc.dg/graphite/interchange-3.c | |
parent | 95baeff8c0c8cb810972d5ced10f8508260dc70e (diff) | |
download | gcc-60d2a8c3bbc4a7b9f3688929bc518c14ae71db92.zip gcc-60d2a8c3bbc4a7b9f3688929bc518c14ae71db92.tar.gz gcc-60d2a8c3bbc4a7b9f3688929bc518c14ae71db92.tar.bz2 |
graphite-dependences.c (reduction_dr_1): New.
2009-10-06 Sebastian Pop <sebastian.pop@amd.com>
* graphite-dependences.c (reduction_dr_1): New.
(reduction_dr_p): New.
(graphite_legal_transform_dr): Call reduction_dr_p.
(reduction_ddr): Renamed reduction_ddr_p.
* graphite-poly.h (same_pdr_p): New.
(number_of_write_pdrs): New.
* graphite-sese-to-poly.c (nb_data_writes_in_bb): New.
(split_reduction_stmt): Do not split reduction statements
when there are no writes to memory.
(translate_scalar_reduction_to_array_for_stmt): Insert the
memory reduction statement just after the scalar reduction statement.
* gcc.dg/graphite/interchange-10.c: Updated to differ from interchange-4.c.
Un-XFAIL-ed.
* gcc.dg/graphite/interchange-3.c: Un-XFAIL-ed.
* gcc.dg/graphite/interchange-4.c: Un-XFAIL-ed.
From-SVN: r154564
Diffstat (limited to 'gcc/testsuite/gcc.dg/graphite/interchange-3.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/graphite/interchange-3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/graphite/interchange-3.c b/gcc/testsuite/gcc.dg/graphite/interchange-3.c index 72880e3..c2a6744 100644 --- a/gcc/testsuite/gcc.dg/graphite/interchange-3.c +++ b/gcc/testsuite/gcc.dg/graphite/interchange-3.c @@ -17,5 +17,5 @@ int foo(int N, int *res) *res = sum + N; } -/* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" { xfail *-*-* } } } */ +/* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" } } */ /* { dg-final { cleanup-tree-dump "graphite" } } */ |