Re: [PATCH 2/3] Fix probability for bit-tests.

2018-08-17 Thread Jeff Law
On 08/03/2018 08:10 AM, marxin wrote: > The patch set even probability to bit test based on number of > cases which are handled on each edge. > > gcc/ChangeLog: > > 2018-08-06 Martin Liska > > * tree-switch-conversion.c (bit_test_cluster::find_bit_tests): > Add new argument to b

[PATCH 2/3] Fix probability for bit-tests.

2018-08-14 Thread marxin
The patch set even probability to bit test based on number of cases which are handled on each edge. gcc/ChangeLog: 2018-08-06 Martin Liska * tree-switch-conversion.c (bit_test_cluster::find_bit_tests): Add new argument to bit_test_cluster constructor. (bit_test_cluster