https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118502
Peter Bergner <bergner at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bergner at gcc dot gnu.org --- Comment #3 from Peter Bergner <bergner at gcc dot gnu.org> --- It's nice to see Surya's patch finally actually helping other targets than rs6000. That said... (In reply to Andrew Pinski from comment #2) > Patch for the testcase posted: > https://gcc.gnu.org/pipermail/gcc-patches/2025-January/673875.html I lost the email to your post, so.... +// The fasth path is just checking if there is enough space and doing a few stores. s/The fasth/the fast/ +// We want to verify that shrink wrapping happen always. s/happen always/always happens/