Re: Question about creating clones of ipcp clones

2024-10-16 Thread Martin Jambor
Hello, On Wed, Sep 11 2024, Prachi Godbole via Gcc wrote: > Hi, > > I am trying to generate out-of-line clones of ipcp clones for an IPA > pass that runs after IPA inline, where the new clone has same function > body and same updated signature as the ipcp clone. This fails or > asserts based on ho

Question about creating clones of ipcp clones

2024-09-11 Thread Prachi Godbole via Gcc
Hi, I am trying to generate out-of-line clones of ipcp clones for an IPA pass that runs after IPA inline, where the new clone has same function body and same updated signature as the ipcp clone. This fails or asserts based on how the clone is created: 1. If param_adjustments and tree_map are n