Re: [PATCH] Generate an if instead of a switch with one case in genmatch.

2022-03-16 Thread Richard Biener via Gcc-patches
On Wed, Mar 16, 2022 at 1:28 PM Roger Sayle wrote: > > > This patch is the first of two changes to genmatch that don't affect > the executable code, but reduce the amount of debugging information > generated in stage3 of a build, but adhering more closely to GNU style > guidelines. > > This patch

[PATCH] Generate an if instead of a switch with one case in genmatch.

2022-03-16 Thread Roger Sayle
This patch is the first of two changes to genmatch that don't affect the executable code, but reduce the amount of debugging information generated in stage3 of a build, but adhering more closely to GNU style guidelines. This patch avoids generating a switch with a single case statement, instead p