https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90240
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P1 Status|UNCONFIRMED |NEW Blocks| |90078 Ever confirmed|0 |1 --- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> --- So the bug is probably latent before the PR90078 change with a "proper" profile? (the GIMPLE FE will get counter/freq inputs for GCC 10) Btw, we have precedence of using GMP for niter analysis so we could switch the cost computation to using GMP avoiding infinity for anything but the specially marked IVs. Would that be prohibitly expensive? Can you construct a non-GRAPHITE testcase (just reproduce the GRAPHITE produced loop nest?)? Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90078 [Bug 90078] [7/8 Regression] ICE with deep templates caused by overflow