On Tue, Oct 13, 2015 at 2:49 PM, Yuri Rumyantsev wrote:
> Here is updated patch with splitting long line.
> The patch is attached.
Ok with aligning the guard_edge == ... line properly
Thanks,
Richard.
> Yuri.
>
> 2015-10-13 15:38 GMT+03:00 H.J. Lu :
>> On Tue, Oct 13, 2015 at 4:57 AM, Yuri Rumy
Here is updated patch with splitting long line.
The patch is attached.
Yuri.
2015-10-13 15:38 GMT+03:00 H.J. Lu :
> On Tue, Oct 13, 2015 at 4:57 AM, Yuri Rumyantsev wrote:
>> Hi All,
>>
>> Here is a simple patch for unswitching outer loop through guard-edge
>> hoisting. The check that guard-edge
On Tue, Oct 13, 2015 at 4:57 AM, Yuri Rumyantsev wrote:
> Hi All,
>
> Here is a simple patch for unswitching outer loop through guard-edge
> hoisting. The check that guard-edge is around the inner loop was
> missed.
>
> Bootstrapping and regression testing did not show new failures.
>
> Is it OK f