On Wed, Jun 26, 2024 at 2:28 PM Aleksandar Rakic <aleksandar.ra...@syrmia.com> wrote: > > Hi! > > I'd like to ping the following patch: > > https://gcc.gnu.org/pipermail/gcc-patches/2024-March/647966.html > a patch for the computation of the complexity for the unsupported > addressing modes in ivopts
The thread starting at https://sourceware.org/pipermail/gcc-patches/2022-October/604128.html contains much information. The mail you point to contains inappropriate testsuite additions, refers to a commit that doesn't look relevant and in fact does not "revert" anything. I also can't remember seeing it, it might have been classified as spam. I would consider to instead of citing the patch by reference to re-post it. Richard. > This patch should be a fix for the bug which is described on the following > link: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109429 > It modifies the order of the complexity calculation. By fixing the > complexities, the > candidate selection is also fixed, which leads to the smaller code size. > > > Thanks > > Aleksandar Rakić