https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91954
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2 Keywords| |missed-optimization --- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> --- The VN issue is old and has dups. So this issue is about IPA SRA making a mess of the IL and or not playing well with IPA inline? Because it worked with the old IPA SRA? I wonder why we use the IPA SRAed clone for inlining rather than the original function.