[GSOC] LTO dump tool project

Hrishikesh Kulkarni hrishikeshparag@gmail.com
Fri Jun 8 18:29:00 GMT 2018


Hi,

-fdump-lto-body=foo
will dump gimple body of the function foo

foo (int a, int b)
{
  <bb 2> [local count: 1073741825]:
  _3 = a_1(D) + b_2(D);
  return _3;

}

Please find the diff file attached herewith.

Regards,
Hrishikesh

On Fri, Jun 8, 2018 at 7:15 PM, Martin Liška <mliska@suse.cz> wrote:
> On 06/08/2018 03:40 PM, Martin Liška wrote:
>> There's wrong declaration of the function in header file. I'll fix it soon
>> on trunk. Please carry on with following patch:
>
> Fixed in r261327.
>
> Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: body-dump.diff
Type: text/x-patch
Size: 4859 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20180608/cc5706b1/attachment.bin>


More information about the Gcc mailing list