Re: [PATCH] Fix thinko in early bail out in tree-switch-conversion.

2019-08-30 Thread Jeff Law
On 8/30/19 2:41 AM, Martin Liška wrote: > Hi. > > Thanks to Jakub, the patch addresses one memory leak in > bit_test_cluster::find_bit_tests (allocation of output). > And moreover, it implements proper guard when clustering > is not successful. In such situation we want a quick bail out. > > Patc

[PATCH] Fix thinko in early bail out in tree-switch-conversion.

2019-08-30 Thread Martin Liška
Hi. Thanks to Jakub, the patch addresses one memory leak in bit_test_cluster::find_bit_tests (allocation of output). And moreover, it implements proper guard when clustering is not successful. In such situation we want a quick bail out. Patch can bootstrap on x86_64-linux-gnu and survives regress