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]

[PATCH 0/2][graphite] Fix tonto and h264ref.


The following patches fix two CPU2k6 benchmarks: tonto was miscompiled
with an infinite loop, and h264ref was ICEing.  Committed to the
graphite branch.

Sebastian Pop (2):
  Call scev_analyzable_p only on is_gimple_reg.
  Fix tonto: call propagate_expr_outside_region.

 gcc/ChangeLog.graphite                |   19 +++++++++
 gcc/graphite-sese-to-poly.c           |   69 ++++++++++++---------------------
 gcc/testsuite/gcc.dg/graphite/id-25.c |   34 ++++++++++++++++
 3 files changed, 78 insertions(+), 44 deletions(-)
 create mode 100644 gcc/testsuite/gcc.dg/graphite/id-25.c


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