Hello Erick,
sorry for a late reply, I've been recovering from an injury recently.
On Thu, Jun 02 2022, Erick Ochoa wrote:
> Hi Martin,
>
> Thanks for the tips! I have implemented an edge summary which:
>
> * is allocated at IPA analysis phase
> * streamed out in ipcp_write_transformation_summari
Hi Martin,
Thanks for the tips! I have implemented an edge summary which:
* is allocated at IPA analysis phase
* streamed out in ipcp_write_transformation_summaries
* streamed in in ipcp_read_transformation_summaries
However, before the implementation of this edge summary we had another
mechanis
Hello,
On Fri, May 20 2022, Erick Ochoa via Gcc wrote:
> Hi,
>
> I'm working on a pass that looks into the estimated values during ipa-cp
> and stores them for a later analyses/pass. I would like to store the real
> arguments' estimates in a cgraph_edge::call_stmt or somewhere else that
> makes si
Hi,
I'm working on a pass that looks into the estimated values during ipa-cp
and stores them for a later analyses/pass. I would like to store the real
arguments' estimates in a cgraph_edge::call_stmt or somewhere else that
makes similar sense. (Note, this is different from the formal parameters'
e