https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122663
--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> --- Created attachment 62783 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62783&action=edit prototype patch I'm testing this if it works. It misses replacing the hash-set with a bitmap and removing the remap_ssa_name check which should no longer be necessary given we are not removing stmts during the inlining but only afterwards.
