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 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ć