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

2017-10-09 Thread Richard Biener
On Thu, Oct 5, 2017 at 3:15 PM, Bin Cheng 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

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

2017-10-05 Thread Bin Cheng
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.