On Mon, Oct 19, 2015 at 9:27 AM, Tom de Vries <tom_devr...@mentor.com> wrote:
> Hi,
>
> this patch adds OPTGROUP_PAR.
>
> It allows a user to see on stderr what loops are parallelized by
> pass_parallelize_loops, using -fopt-info-par:
> ...
> $ gcc -O2 -fopt-info-par test.c -ftree-parallelize-loops=32
> test.c:5:3: note: parallelized inner loop
> ...
>
> This patch doesn't include any MSG_MISSED_OPTIMIZATION/MSG_NOTE messages
> yet.
>
> Idea of the patch OK?
>
> Any other comments?

Ok.

> Thanks,
> - Tom

Reply via email to