Skip to content

Fix debug info attribution and module instance numbering - #61

Merged
cymbalrush merged 2 commits into
apple:mainfrom
cymbalrush:fix/debug-info-attribution
Aug 18, 2026
Merged

Fix debug info attribution and module instance numbering#61
cymbalrush merged 2 commits into
apple:mainfrom
cymbalrush:fix/debug-info-attribution

Conversation

@cymbalrush

Copy link
Copy Markdown
Contributor

Operations and module instance names were attributed to the wrong source of origin in four ways: instance counts collided across separately converted hierarchies, counts were never reset between them, the new-operation walk escaped the graph and handed one node's debug info to the entire graph body, and operations reachable only through operand edges received no debug info at all.

Operations and module instance names were attributed to the wrong source
of origin in four ways: instance counts collided across separately
converted hierarchies, counts were never reset between them, the
new-operation walk escaped the graph and handed one node's debug info to
the entire graph body, and operations reachable only through operand
edges received no debug info at all.
@cymbalrush
cymbalrush merged commit 6cb0a4c into apple:main Aug 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants