https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121467
Bug ID: 121467 Summary: Standard Pattern name documentation is unordered and lacks grouping Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: rguenth at gcc dot gnu.org Target Milestone: --- The internals manual section 'Standard Pattern Names For Generation' in md.texi has a table with all standard pattern names but that lacks structure, like for example grouping pattern names applying to vector operations, integer or floating-point only operations or other criteria. More than that it isn't sorted alphabetically (that might make things worse in some cases) and the Index in the manual combines them with other items (so there's no separate index for standard pattern names). I got here from how to tell people which patterns to implement for vectorization.