FuelLabs/sway
View on GitHubAdd "definition dominates use" check in the IR verifier
Open
#3,164 opened on Oct 27, 2022
compilercompiler: irenhancementgood first issueteam:compiler
Repository metrics
- Stars
- (61,702 stars)
- PR merge metrics
- (Avg merge 22h 6m) (16 merged PRs in 30d)
Description
With #3128 , we now have a dominator tree. Use that to verify that every SSA definition dominates its uses.