Re: [PATCH] Fix clustering algorithm in switch expansion.

2018-06-22 Thread Jeff Law
On 06/22/2018 03:23 AM, Martin Liška wrote: > Hi. > > For correctness of clustering algorithm: > https://www.semanticscholar.org/paper/Short-Communication%3A-Correction-to-'Producing-Good-Kannan-Proebsting/311091fb9fb9d38f7b76e768a603c02acc799fe0 > > one needs to allow single case clusters as pos

[PATCH] Fix clustering algorithm in switch expansion.

2018-06-22 Thread Martin Liška
Hi. For correctness of clustering algorithm: https://www.semanticscholar.org/paper/Short-Communication%3A-Correction-to-'Producing-Good-Kannan-Proebsting/311091fb9fb9d38f7b76e768a603c02acc799fe0 one needs to allow single case clusters as possible. Note that we never end with a jump table, or a bi