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
Description
With #3128 , we now have a dominator tree. Use that to verify that every SSA definition dominates its uses.