Landing: 3bf0224b877c

Project / Subsystem

gcc / gcc/tree-optimization

Date

2026-07-16

Author

Andrew MacLeod

Commit

3bf0224b877c2975e02330de88165a94c7ece16f

Source

github

Perf win

Yes

Breaking

No

All attributes

project
gcc
subsystem
gcc/tree-optimization
patch_id
commit_hash
3bf0224b877c2975e02330de88165a94c7ece16f
source_type
github
headline
Recompute relations during relation query walk.
tldr
Improved value-relation queries by recomputing relations during the DOM walk.
author
Andrew MacLeod
outcome
committed
performance_win
true
breaking_change
false
series_id
series_parts
[]
tags
  • gcc
  • optimization
discussion_id_link
bugzilla_pr
date
2026-07-16T00:00:00.000Z

This commit enhances the dom_oracle by introducing a mechanism to recompute potential relations during a DOM walk. When querying relationships between values, the system now re-evaluates promising edges, potentially discovering more accurate relationships. This change aims to improve the precision of value-relation analysis, addressing a bug where specific relations were not being correctly identified.