> On Thu, 16 Jan 2025, Michal Jires wrote:
>
> > symtab_node::get_dump_name uses node order to identify nodes.
> > Order is no longer unique because of Incremental LTO patches.
> > This patch moves uid from cgraph_node node to symtab_node,
> > so get_dump_name can use uid instead and get back uniq
On Thu, 16 Jan 2025, Michal Jires wrote:
> symtab_node::get_dump_name uses node order to identify nodes.
> Order is no longer unique because of Incremental LTO patches.
> This patch moves uid from cgraph_node node to symtab_node,
> so get_dump_name can use uid instead and get back unique dump name
symtab_node::get_dump_name uses node order to identify nodes.
Order is no longer unique because of Incremental LTO patches.
This patch moves uid from cgraph_node node to symtab_node,
so get_dump_name can use uid instead and get back unique dump names.
In inlining passes, uid is replaced with more