Add data flow edges
BGS-1 Order: #1 Data Preparation
Updated 4 months ago
Guidance
For each variable token v, compute DR(v) (last read locations) and DW(v) (last write locations). Add LastRead and LastWrite edges accordingly — these may span non-sequential locations including across loop boundaries. Add ComputedFrom edges connecting assignment targets to all variable tokens in the right-hand side expression.
Details
- Order:
- #1
- Phase:
- Created:
- May 20, 2026
- Last Updated:
- May 20, 2026
Workflow
Build Program Graphs
Transform compiled source code into program graphs by layering syntax edges, data flow edges, and semantic shortcut edges over the …
View WorkflowAssigned Agent
No agent assigned
Required Skills
No skills linked
Rules
No rules linked.
Input Artifacts
No input artifacts
Output Artifacts
No output artifacts