On Thu, Oct 12, 2017 at 2:32 PM, Richard Biener
wrote:
> On Thu, Oct 5, 2017 at 3:17 PM, Bin Cheng wrote:
>> Hi,
>> This patch rewrites classification part of builtin partition so that nested
>> builtin partitions are supported. With this extension, below loop nest:
>> void
>> foo (void)
>> {
>>
On Thu, Oct 5, 2017 at 3:17 PM, Bin Cheng wrote:
> Hi,
> This patch rewrites classification part of builtin partition so that nested
> builtin partitions are supported. With this extension, below loop nest:
> void
> foo (void)
> {
> for (unsigned i = 0; i < M; ++i)
> for (unsigned j = 0; j