This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [graphite][patch] Add test cases for autopar's code generation part.


Hi Li,

Your new patch looks good.  Please apply to the graphite branch.

On Wed, May 6, 2009 at 21:45, Li Feng <nemokingdom@gmail.com> wrote:
> 1. We can filter the testcases in graphite/block-*.c
> 2. We can't filter the testcases in graphite/id-*.c, because their
> Â Âoption differs (about 3 different option or more).
> So we just filter the block-*.c?

No, we should change the options in the id-*.c files.

In particular for id-{6,7,8}.c please remove scan-tree-dump-times and
the -fdump-tree-* flags.

All these files should be flagged with "-O2 -fgraphite-identity".
Right now these flags are equivalent to "-O2", as the graphite
identity transform is enabled at -O2 and higher in the branch.

For the scop-*.c files you may also remove the dg-options line
and use these options "-O2 -fgraphite -fdump-tree-graphite-all"
in graphite.exp.

Thanks for working on this,
Sebastian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]