Re: [PATCH][RTL ifcvt] Print name of noce trasform that succeeded in dump file

2016-06-06 Thread Bernd Schmidt
On 06/06/2016 06:28 PM, Kyrill Tkachov wrote: This patch adds the name of the transform that succeeded in if-conversion and prints it to the dump file so that we can pinpoint the extact noce_try* function that triggered. Ok. Bernd

[PATCH][RTL ifcvt] Print name of noce trasform that succeeded in dump file

2016-06-06 Thread Kyrill Tkachov
Hi all, When debugging the noce if-conversion passes one of the most frustrating and time-consuming things I have to do is find which of the dozen or so transforms triggered. You'd think going through the cascade of if-gotos in noce_process_if_block in gdb would work, but this tends to be optim