Landing: 2b82af511b4c

Project / Subsystem

gcc / match

Date

2026-05-08

Author

Pan Li

Commit

2b82af511b4c77d4b4387e3b01e5fe18847c3a8e

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
match
patch_id
commit_hash
2b82af511b4c77d4b4387e3b01e5fe18847c3a8e
source_type
github
headline
Match: Move saturation alu patterns into match-sat-alu.pd [NFC]
tldr
Saturation arithmetic patterns in match.pd are moved to a new file, ``match-sat-alu.pd``, for better organization.
author
Pan Li
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • match
  • refactor
  • organization
discussion_id_link
bugzilla_pr
date
2026-05-08T00:00:00.000Z

Saturation arithmetic patterns from match.pd are moved into a new file named match-sat-alu.pd. This change improves the organization of the pattern matching code, especially as more saturation ALU patterns are expected to be added. This is a non-functional change.