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: [RFC] Fix for autopar


Hi,

> Index: tree-parloops.c
> ===================================================================
> --- tree-parloops.c	(revision 131401)
> +++ tree-parloops.c	(working copy)
> @@ -1749,6 +1749,10 @@
>        verify_loop_closed_ssa ();
>      }
> 
> +  if (changed)
> +    FOR_EACH_LOOP (li, loop, 0)
> +      free_numbers_of_iterations_estimates_loop (loop);
> +
>    htab_delete (reduction_list);
>    return changed;
>  }

this should probably be in gen_parallel_loop, just after scev_reset
call.

Zdenek


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