Re: [PATCH] ipa: Cgraph verification fix (PR 94856)

2020-04-30 Thread Jan Hubicka
> Hi, > > PR 94856 is a call graph verifier error. We have a method which (in > the course of IPA-CP) loses its this pointer because it is unused and > the pass then does not clone all the this adjusting thunks and just > makes the calls go straight to the new clone - and then the verifier > comp

[PATCH] ipa: Cgraph verification fix (PR 94856)

2020-04-30 Thread Martin Jambor
Hi, PR 94856 is a call graph verifier error. We have a method which (in the course of IPA-CP) loses its this pointer because it is unused and the pass then does not clone all the this adjusting thunks and just makes the calls go straight to the new clone - and then the verifier complains that the