On Mon, Oct 9, 2017 at 2:33 PM, Richard Biener
wrote:
> On Thu, Oct 5, 2017 at 3:16 PM, Bin Cheng wrote:
>> Hi,
>> Function rename_variables_in_bb skips renaming PHI nodes in loop nest if the
>> outer loop has only one inner loop. This breaks loop nest distribution when
>> inner loop has PHI nod
On Thu, Oct 5, 2017 at 3:16 PM, Bin Cheng wrote:
> Hi,
> Function rename_variables_in_bb skips renaming PHI nodes in loop nest if the
> outer loop has only one inner loop. This breaks loop nest distribution when
> inner loop has PHI node initialized from outer loop's variable.
> Unfortunately,
Hi,
Function rename_variables_in_bb skips renaming PHI nodes in loop nest if the
outer loop has only one inner loop. This breaks loop nest distribution when
inner loop has PHI node initialized from outer loop's variable. Unfortunately,
I lost the original C code illustrating the issue. Now it is