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]

Re: [PATCH, 4/5] Support DEFPARAMENUM in params.def


On 10/10/2015 02:05 PM, Tom de Vries wrote:
On 10/10/15 13:06, Tom de Vries wrote:
OK, I'll repost with the patch split up, as follows:

      1    Handle simple latch in expand_omp_for_generic
      2    Add missing phis in expand_omp_for_generic
      3    Handle original loop tree in expand_omp_for_generic
      4    Support DEFPARAMENUM in params.def
      5    Add param parloops-schedule


this patch adds support for DEFPARAMENUM in params.def.

Using this support, we're able to define a param parloops-schedule with
values names "static, dynamic, guided, auto, runtime" and default value
"static" like this in params.def:

This and the next one are ok once all the prerequisites are in.


Bernd


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