> Hi, > > is there a way to find out that a function is a clone of another function > after materialization? I believe that `clone_of_p` only works before > materialization. I tried and no clones were detected. After materialization function becomes a normal function, but there is former_clone_of which I am trying to keep for verification purposes, but I would preffer it to not be used for correctenes. One of obvious issue is that the origin funtion can be removed from symbol table.
Honza > > Thanks!