Re: [PATCH 1/3] Fix probabilities for jump table (PR tree-optimization/86702).

2018-08-17 Thread Jeff Law
On 08/03/2018 06:58 AM, marxin wrote: > The patch set even probability to jump tables based on number of > cases which are handled on each edge. > > gcc/ChangeLog: > > 2018-08-06 Martin Liska > > PR tree-optimization/86702 > * tree-switch-conversion.c (jump_table_cluster::emit):

[PATCH 1/3] Fix probabilities for jump table (PR tree-optimization/86702).

2018-08-14 Thread marxin
The patch set even probability to jump tables based on number of cases which are handled on each edge. gcc/ChangeLog: 2018-08-06 Martin Liska PR tree-optimization/86702 * tree-switch-conversion.c (jump_table_cluster::emit): Make probabilities even for values in jump ta