> Hi, > > Honza requested this after reviewing the patch that taught IPA-SRA > that REFERENCE_TYPEs are always non-NULL that the pass also handles > the first parameters of methods, this pointers, in the same way. So > this patch does that. > > The patch is undergoing bootstrap and testing on an x86_64-linux right > now. OK if it passes? > > Thanks, > > Martin > > > gcc/ChangeLog: > > 2022-12-14 Martin Jambor <mjam...@suse.cz> > > * ipa-sra.cc (create_parameter_descriptors): Consider the first > parameter of a method safe to dereference. > > gcc/testsuite/ChangeLog: > > 2022-12-14 Martin Jambor <mjam...@suse.cz> > > * g++.dg/ipa/ipa-sra-6.C: New test.
OK, thanks a lot! Honza