https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103006
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|ra | --- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> --- We don't have that many unrolling passes though, and perhaps we could use compute_live_vars and decide based on that. Though I guess the addresses of the vars could be even then hoisted before such loops, though it is unclear why it would be done, it can't be VN because the vars don't exist outside of the loop. Say LIM can do that though...