Re: [PATCH] Fix some improper debug dump in clone materialization

2020-06-01 Thread Martin Jambor
Hi Feng, On Mon, Jun 01 2020, Feng Xue OS wrote: > Clone materialization might produce some improper debug output as: > > Original-- > > cloning foo/271 to foo.constprop/334 >replace map: 0 -> xxx1->yyy > m_always_copy_start: 1 > IPA adjusted parameters: foo (...) > { > ... > } > > And

[PATCH] Fix some improper debug dump in clone materialization

2020-06-01 Thread Feng Xue OS via Gcc-patches
Clone materialization might produce some improper debug output as: Original-- cloning foo/271 to foo.constprop/334 replace map: 0 -> xxx1->yyy m_always_copy_start: 1 IPA adjusted parameters: foo (...) { ... } And a better output could be: cloning foo/271 to foo.constprop/334 repl