Re: Question about clones after materialization

2020-07-20 Thread Jan Hubicka
> 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

Re: Question about clones after materialization

2020-07-20 Thread Martin Jambor
On Mon, Jul 20 2020, Erick Ochoa wrote: > 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. there is former_clone_of - but as recently as

Question about clones after materialization

2020-07-20 Thread Erick Ochoa
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. Thanks!