Re: [PATCH] if-to-switch: Support chain with 2 BBs.

2020-12-01 Thread Jeff Law via Gcc-patches
artin Liska > Date: Tue, 1 Dec 2020 12:18:46 +0100 > Subject: [PATCH] if-to-switch: Support chain with 2 BBs. > > As seen in the test-case, even 2 BBs can handle interesting > cases covered by a jump table or a bit-test. > > gcc/ChangeLog: > > PR tree-optimization/88702

[PATCH] if-to-switch: Support chain with 2 BBs.

2020-12-01 Thread Martin Liška
tests. Ready to be installed? Thanks, Martin >From a27dca2d5ef87b493d1ab50da68d0b24dc9fdd93 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Tue, 1 Dec 2020 12:18:46 +0100 Subject: [PATCH] if-to-switch: Support chain with 2 BBs. As seen in the test-case, even 2 BBs can handle interesting ca