Re: [PATCH 2/3] genmatch: Reduce variability of generated code

2023-07-31 Thread Richard Biener via Gcc-patches
On Mon, Jul 31, 2023 at 1:06 PM Andrzej Turko via Gcc-patches wrote: > > So far genmatch has been using an unordered map to store information about > functions to be generated. Since corresponding locations from match.pd were > used as keys in the map, even small changes to match.pd which caused >

[PATCH 2/3] genmatch: Reduce variability of generated code

2023-07-31 Thread Andrzej Turko via Gcc-patches
So far genmatch has been using an unordered map to store information about functions to be generated. Since corresponding locations from match.pd were used as keys in the map, even small changes to match.pd which caused line number changes would change the order in which the functions are generated