https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116845
--- Comment #12 from Richard Biener <rguenth at gcc dot gnu.org> --- One issue is that we turned (sizetype)(j + -1) * 4 to ((sizetype) j + 1073741823) * 4 which makes CSE of j + -1 difficult.
rguenth at gcc dot gnu.org via Gcc-bugs Tue, 04 Feb 2025 04:04:12 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116845
--- Comment #12 from Richard Biener <rguenth at gcc dot gnu.org> --- One issue is that we turned (sizetype)(j + -1) * 4 to ((sizetype) j + 1073741823) * 4 which makes CSE of j + -1 difficult.