https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104676

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
loop distribution removes

_31 = s_18(D)->f;

releasing SSA name 31 but loop 3 still has nb_iterations == (unsigned int) _31
+ 4294967295

loop distribution already does scev_reset_htab but should just use scev_reset
here.

Reply via email to