-
- Downloads
Fix type problems in loop ivs.
Fix pr42644. Fix pr42130 (dealII). 2010-03-03 Tobias Grosser <grosser@fim.uni-passau.de> * gcc/graphite-clast-to-gimple.c (clast_to_gcc_expression): Also handle conversions from pointer to integers. (gcc_type_for_cloog_iv): Choose the smalles signed integer as an induction variable, to be able to work with code generated by CLooG. * gcc/graphite-sese-to-poly.c (scop_ivs_can_be_represented): New. (build_poly_scop): Bail out if we cannot codegen a loop. * gcc/testsuite/gcc.dg/graphite/id-18.c: New. * gcc/testsuite/gcc.dg/graphite/run-id-pr42644.c: New. * libgomp/testsuite/libgomp.graphite/force-parallel-1.c: Adjust. * libgomp/testsuite/libgomp.graphite/force-parallel-2.c: Adjust. From-SVN: r157286
Showing
- gcc/graphite-clast-to-gimple.c 60 additions, 7 deletionsgcc/graphite-clast-to-gimple.c
- gcc/graphite-sese-to-poly.c 36 additions, 0 deletionsgcc/graphite-sese-to-poly.c
- gcc/testsuite/gcc.dg/graphite/id-18.c 7 additions, 0 deletionsgcc/testsuite/gcc.dg/graphite/id-18.c
- gcc/testsuite/gcc.dg/graphite/run-id-pr42644.c 32 additions, 0 deletionsgcc/testsuite/gcc.dg/graphite/run-id-pr42644.c
- libgomp/testsuite/libgomp.graphite/force-parallel-1.c 1 addition, 1 deletionlibgomp/testsuite/libgomp.graphite/force-parallel-1.c
- libgomp/testsuite/libgomp.graphite/force-parallel-2.c 1 addition, 1 deletionlibgomp/testsuite/libgomp.graphite/force-parallel-2.c
Loading
Please register or sign in to comment