On 12/20/2017 07:42 AM, Tom de Vries wrote:
On 12/14/2017 06:00 PM, Vladimir Makarov wrote:
What is inconvenient is that sometimes I need to see RTL after each
subpass. Currently I do it by calling debug_rtx_range in gdb after the
subpass in question.
I've added dumping of the RTL after eac
On 12/14/2017 06:00 PM, Vladimir Makarov wrote:
What is inconvenient is that sometimes I need to see RTL after each
subpass. Currently I do it by calling debug_rtx_range in gdb after the
subpass in question.
I've added dumping of the RTL after each subpass.
So this approach would be useful
On 12/07/2017 09:53 AM, Tom de Vries wrote:
Hi,
I'm currently debugging a problem in lra, and got a bit lost in the
20k+ lines dump file.
I observed that:
- the lra dump file is one of the biggest ones
- lra itself consists of a looping of sub-passes.
So, I've:
- written a dump infrastruct
On Thu, 7 Dec 2017, Tom de Vries wrote:
> Hi,
>
> I'm currently debugging a problem in lra, and got a bit lost in the 20k+ lines
> dump file.
>
> I observed that:
> - the lra dump file is one of the biggest ones
> - lra itself consists of a looping of sub-passes.
>
> So, I've:
> - written a dum