Re: [GSoC] generation of Gimple code from isl_ast_node_block

2014-07-23 Thread Roman Gareev
> gcc/ > * graphite-isl-ast-to-gimple.c: > (translate_isl_ast_node_block): New function. > (translate_isl_ast): Add calling of translate_isl_ast_node_block. > > gcc/testsuite/gcc.dg/graphite/ > * isl-ast-gen-blocks-1.c: New testcase. > * isl-a

Re: [GSoC] generation of Gimple code from isl_ast_node_block

2014-07-23 Thread Tobias Grosser
On 23/07/2014 11:13, Rainer Orth wrote: Roman Gareev writes: I've attached the patch, which contains generation of Gimple code from isl_ast_node_block. Is it fine for trunk? 2014-07-22 Roman Gareev gcc/ * graphite-isl-ast-to-gimple.c: (translate_isl_ast_node_block

Re: [GSoC] generation of Gimple code from isl_ast_node_block

2014-07-23 Thread Rainer Orth
Roman Gareev writes: > I've attached the patch, which contains generation of Gimple code from > isl_ast_node_block. Is it fine for trunk? 2014-07-22 Roman Gareev gcc/ * graphite-isl-ast-to-gimple.c: (translate_isl_ast_node_block): New function. (translate_isl_

Re: [GSoC] generation of Gimple code from isl_ast_node_block

2014-07-22 Thread Tobias Grosser
On 22/07/2014 18:00, Roman Gareev wrote: I've attached the patch, which contains generation of Gimple code from isl_ast_node_block. Is it fine for trunk? LGTM. Tobias

[GSoC] generation of Gimple code from isl_ast_node_block

2014-07-22 Thread Roman Gareev
I've attached the patch, which contains generation of Gimple code from isl_ast_node_block. Is it fine for trunk? -- Cheers, Roman Gareev. 2014-07-22 Roman Gareev gcc/ * graphite-isl-ast-to-gimple.c: (translate_isl_ast_node_block): New