On Fri, Oct 21, 2022 at 01:51:55PM +0200, Richard Biener via Gcc-patches wrote: > > > > BTW: Perhaps znver1.md is not the right filename anymore, since it hosts > > > all four Zen schedulers. > > > > > > I have renamed the file to znver.md in this revision, PFA. > > > Thank you for the review, we will push it for trunk if we don't get any > > > further comments. > > > > I have pushed the patch on behalf of Tejas. > > This grew insn-automata.cc from 201502 lines to 639968 lines and the build > of the automata (genautomata) to several minutes in my dev tree.
Yeah, in my unoptimized non-bootstrapped development tree genautomata now takes over 12 minutes on a fast box, that is simply not acceptable. Jakub