https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88933

Martin Jambor <jamborm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jamborm at gcc dot gnu.org

--- Comment #9 from Martin Jambor <jamborm at gcc dot gnu.org> ---
(In reply to Martin Liška from comment #7)
> Created attachment 45504 [details]
> Untested patch candidate
> 
> @Martin: Can you please take a look at the patch?

I am afraid rebuilding call-graph edges would mean forgetting all
decisions to inline callees, because those are stored in
e->inline_failed, would it not?

So it seems we have to somehow update the counts (or teach the
validator to ignore these mismatches during IPA funtion transformation
and pass manager to rebuild them after all transformations).

Reply via email to