https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84200
--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> --- Confirmed, thank you Martin for reporting that. I was able to reproduce that on Zen. I see ~25% regression on train size and reverting following predictor helps for me: -DEF_PREDICTOR (PRED_LOOP_EXIT, "loop exit", HITRATE (89), +DEF_PREDICTOR (PRED_LOOP_EXIT, "loop exit", HITRATE (85), I'm going to measure also ref size and then I'll analyze which loop is affected.