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/3][graphite] More vectorized loops after Graphite codegen


With the second patch GCC now vectorizes the testcase from PR43423,
and GCC vectorizes one more loop in each of the following Polyhedron
benchmarks: aermod capacita nf.  Committed to the Graphite branch for
further testing.

Sebastian

  Avoid lang_hooks, call build_nonstandard_integer_type.
  Generate in priority signed types for integer constants.
  Add testcase for PR43423.

 gcc/ChangeLog.graphite                          |   16 +++++++++++++++
 gcc/graphite-clast-to-gimple.c                  |   24 +++++++++++++++++++---
 gcc/testsuite/gcc.dg/graphite/graphite.exp      |    3 ++
 gcc/testsuite/gcc.dg/graphite/vect-pr43423.c    |   18 +++++++++++++++++
 gcc/testsuite/gfortran.dg/graphite/graphite.exp |    7 ++++-
 5 files changed, 62 insertions(+), 6 deletions(-)
 create mode 100644 gcc/testsuite/gcc.dg/graphite/vect-pr43423.c


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