]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/38510 (Matrix.c from pymol 1.1r2 fails to compile with -O2 -fgraphite)
authorHarsha Jagasia <harsha.jagasia@amd.com>
Mon, 5 Jan 2009 21:03:45 +0000 (21:03 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Mon, 5 Jan 2009 21:03:45 +0000 (21:03 +0000)
commit9761fcc7baae374bd42e9bb9608c8317fcb5658d
tree64647e1b99479b8f262929b8c381f1c409440a7e
parent4564ac62c5ff525b7846e0557aa2037ee5c4dba4
re PR middle-end/38510 (Matrix.c from pymol 1.1r2 fails to compile with -O2 -fgraphite)

2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>

PR tree-optimization/38510
* graphite.c (recompute_all_dominators): Call mark_irreducible_loops.
(translate_clast): Call recompute_all_dominators before
graphite_verify.
(gloog): Call recompute_all_dominators before graphite_verify.

2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
    Jan Sjodin <jan.sjodin@amd.com>

PR tree-optimization/38500
* graphite.c (create_sese_edges): Call fix_loop_structure after
splitting blocks.

2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>

PR tree-optimization/38510
* gcc.dg/graphite/pr38510.c: New.

2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
    Jan Sjodin <jan.sjodin@amd.com>

PR tree-optimization/38500
* gcc.dg/graphite/pr38500.c: New.

Co-Authored-By: Jan Sjodin <jan.sjodin@amd.com>
From-SVN: r143094
gcc/ChangeLog
gcc/graphite.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/graphite/pr38500.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/graphite/pr38510.c [new file with mode: 0644]