This is the mail archive of the gcc-cvs@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]

r147093 - in /branches/graphite/gcc: ChangeLog....


Author: grosser
Date: Mon May  4 09:41:28 2009
New Revision: 147093

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147093
Log:
Trigger autopar if "-fgraphite-force-parallel is" set.

* tree-parloops.c (loop_parallel_p): Remove construction of
  NITER and REDUCTION_LIST.
  (try_get_loop_niter): New.
  (try_create_reduction_list): New.
  (parallelize_loops): Bypass the failed checkings in autopar
  when can_be_parallel in loop structure is set to true.

Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/tree-parloops.c


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