[PATCH GCC][1/7]Delete unused field of struct partition in loop distribution

Richard Biener richard.guenther@gmail.com
Mon Oct 9 13:29:00 GMT 2017


On Thu, Oct 5, 2017 at 3:15 PM, Bin Cheng <Bin.Cheng@arm.com> wrote:
> Hi,
> This patch set implements distribution and builtin pattern distribution for
> loop nest.  It consists of below patches:
>   Patches [1~4]: Cleanup and (latent) bug fixes.
>   Patch [5]: Loop nest distribution of two-level innermost loop nest.
>   Patches [6,7]: Loop nest builtin pattern distribution.
>
> This is the first simple patch deleting unused field of struct partition in loop
> distribution.  It's an obvious change.
> Bootstrap and test in patch set on x86_64 and AArch64.

Ok.

Richard.

> Thanks,
> bin
> 2017-10-04  Bin Cheng  <bin.cheng@arm.com>
>
>         * tree-loop-distribution.c (struct partition): Remove unused field
>         loops of the structure.
>         (partition_alloc, partition_free): Ditto.
>         (build_rdg_partition_for_vertex): Ditto.



More information about the Gcc-patches mailing list