On Thu, Oct 5, 2017 at 3:15 PM, Bin Cheng <bin.ch...@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.ch...@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.