Landing: a73b5e72fa52
Project / Subsystem
gcc / gcc/match
Date
2026-07-28
Author
Kael Andrew Alonzo Franco
Commit
a73b5e72fa52289d8dd718edd10047c822c0c6cd
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- gcc/match
- patch_id
- —
- commit_hash
- a73b5e72fa52289d8dd718edd10047c822c0c6cd
- source_type
- github
- headline
- Consolidate match patterns to reduce generated C++ code.
- tldr
- Ten simplify patterns in `match.pd` are merged into five, reducing the size of generated C++ code.
- author
- Kael Andrew Alonzo Franco
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • match
- • optimization
- • code generation
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-28T00:00:00.000Z
The number of simplify patterns in the match.pd file has been reduced by combining ten patterns into five. This consolidation aims to decrease the amount of C++ code generated by the genmatch tool, potentially leading to smaller compiler binaries.