Re: [PATCH 5/9] ipa-sra: Move caller->callee propagation before callee->caller one
> gcc/ChangeLog: > > 2022-11-11 Martin Jambor > > * ipa-sra.c (ipa_sra_analysis): Move top-down analysis before > bottom-up analysis. Replace FOR_EACH_VEC_ELT with C++11 iteration. > > gcc/testsuite/ChangeLog: > > 2021-12-14 Martin Jambor > > * gcc.dg/ipa/ipa-sra-25.c:
[PATCH 5/9] ipa-sra: Move caller->callee propagation before callee->caller one
Hi, I'm re-posting patches which I have posted at the end of stage 1 but which have not passed review yet. 8< This patch does not do any functional changes, it merely moves top-down propagation in the IPA-SRA WPA phase before bo