Re: [PATCH] match: Combine several patterns into fors.
Jeffrey Law <[email protected]> Wed, 5 Aug 2026 18:17:46 -0600
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <[email protected]> |
On 8/4/2026 5:04 AM, Kael Andrew Franco wrote: > From b4e4cff8815d171242e4df167cd8eef87cb5615d Mon Sep 17 00:00:00 2001 > From: Kael Andrew Alonzo Franco <[email protected]> > Date: Mon, 3 Aug 2026 16:19:49 -0400 > Subject: [PATCH] match: Combine several patterns into fors. > > This reduce genmatch's outputted C++ code. > > Bootstrapped and regtested on x86_64-pc-linux-gnu. > > gcc/ChangeLog: > > * match.pd: Combine several patterns into fors. > > Signed-off-by: Kael Andrew Franco <[email protected]> OK. jeff